2 #include <misc/sys/select.h>
4 /* Now define the internal interfaces. */
5 extern int __pselect (int __nfds
, fd_set
*__readfds
,
6 fd_set
*__writefds
, fd_set
*__exceptfds
,
7 const struct timespec
*__timeout
,
8 const __sigset_t
*__sigmask
);
10 extern int __select (int __nfds
, fd_set
*__restrict __readfds
,
11 fd_set
*__restrict __writefds
,
12 fd_set
*__restrict __exceptfds
,
13 struct timeval
*__restrict __timeout
);