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
Implement functions that allow us to retrieve the directory stream file
descriptor, equivalent to libc's `dirfd` function.
On linux, we can simply return the file descriptor itself (I verified
this is what musl does).
0 commit comments