chiark / gitweb /
[PATCH] klibc: update v0.205
[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 <klibc/extern.h>
9 #include <sys/time.h>
10 #include <sys/types.h>
11
12 __extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
13
14 #endif /* _SYS_SELECT_H */