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