repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
apply hidden visibility to stdio internals
[musl.git]
/
src
/
dirent
/
dirfd.c
blob
6c860073990343b83646e7c1c544eae5a699cecc
1
#include <dirent.h>
2
#include
"__dirent.h"
3
4
int
dirfd
(
DIR
*
d
)
5
{
6
return
d
->
fd
;
7
}