chiark / gitweb /
7caf8c931badd27e6c2828286ba6945911242377
[elogind.git] / 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 */