repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix missing backslash in last change.
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
getdents64.c
blob
805917e274466516696375d51d3c3702e2367fe5
1
#define __GETDENTS __getdents64
2
#define DIRENT_TYPE struct dirent64
3
#include <sysdeps/unix/sysv/linux/getdents.c>