19 #ifndef _XENO_POSIX_SELECT_H
20 #define _XENO_POSIX_SELECT_H
22 #if !(defined(__KERNEL__) || defined(__XENO_SIM__))
24 #pragma GCC system_header
26 #include_next <sys/select.h>
32 extern int __real_select (
int __nfds, fd_set *__restrict __readfds,
33 fd_set *__restrict __writefds,
34 fd_set *__restrict __exceptfds,
35 struct timeval *__restrict __timeout);