Sign in
googlers
/
maze
/
klibc
/
klibc-0.14
/
.
/
include
/
sys
/
dirent.h
blob: 0700f4b561a3210aff62cf912531918f1c4ee208 [
file
] [
log
] [
blame
]
/*
* sys/dirent.h
*/
#ifndef
_SYS_DIRENT_H
#define
_SYS_DIRENT_H
#include
<sys/types.h>
#include
<linux/dirent.h>
__extern
int
getdents
(
unsigned
int
,
struct
dirent
*,
unsigned
int
);
#endif
/* _SYS_DIRENT_H */