1 #ifndef _XENO_POSIX_SELECT_H
2 #define _XENO_POSIX_SELECT_H
4 #if !(defined(__KERNEL__) || defined(__XENO_SIM__))
6 #pragma GCC system_header
8 #include_next <sys/select.h>
14 extern int __real_select (
int __nfds, fd_set *__restrict __readfds,
15 fd_set *__restrict __writefds,
16 fd_set *__restrict __exceptfds,
17 struct timeval *__restrict __timeout);