You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?