chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / klibc / include / sys / dirent.h
1 /*
2  * sys/dirent.h
3  */
4
5 #ifndef _SYS_DIRENT_H
6 #define _SYS_DIRENT_H
7
8 #include <sys/types.h>
9 #include <linux/dirent.h>
10
11 __extern int getdents(unsigned int, struct dirent *, unsigned int);
12
13 #endif /* _SYS_DIRENT_H */