How far outside of actual libc does the libc crate's scope go? Eg, I'm considering adding openpty(3) which requires linking with libutil on some platforms but not others[0]. Would this fit in libc?
[0] https://www.gnu.org/software/gnulib/manual/html_node/openpty.html
How far outside of actual libc does the libc crate's scope go? Eg, I'm considering adding
openpty(3)which requires linking withlibutilon some platforms but not others[0]. Would this fit in libc?[0] https://www.gnu.org/software/gnulib/manual/html_node/openpty.html