36 #ifndef _SYS_SELECT_H_ 37 #define _SYS_SELECT_H_ 53 #define SI_COLL 0x0001 60 extern int select (
int __nfds, fd_set *__restrict __readfds,
61 fd_set *__restrict __writefds,
62 fd_set *__restrict __exceptfds,
63 struct timeval *__restrict __timeout);