git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
101f0508887628f9359a3aee9b6d830c0849673b
[lunaix-os.git]
/
lunaix-os
/
usr
/
includes
/
sys
/
dirent.h
1
#ifndef __LUNAIX_SYS_DIRENT_H
2
#define __LUNAIX_SYS_DIRENT_H
3
4
#include <sys/dirent_defs.h>
5
6
int
7
sys_readdir(int fd, struct lx_dirent* dirent);
8
9
#endif /* __LUNAIX_DIRENT_H */