Sign in
mojo
/
mojo-tools
/
5a846ea69f087b0b5938565b6f8e849b53a89788
/
.
/
fusl
/
src
/
dirent
/
dirfd.c
blob: 6c860073990343b83646e7c1c544eae5a699cecc [
file
] [
log
] [
blame
]
#include
<dirent.h>
#include
"__dirent.h"
int
dirfd
(
DIR
*
d
)
{
return
d
->
fd
;
}