diff options
Diffstat (limited to 'include/sys/select.h')
-rw-r--r-- | include/sys/select.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sys/select.h b/include/sys/select.h index dde8c60302..645929578c 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -6,4 +6,9 @@ extern int __pselect (int __nfds, __fd_set *__readfds, __fd_set *__writefds, __fd_set *__exceptfds, const struct timespec *__timeout, const __sigset_t *__sigmask); + +extern int __select (int __nfds, __fd_set *__restrict __readfds, + __fd_set *__restrict __writefds, + __fd_set *__restrict __exceptfds, + struct timeval *__restrict __timeout); #endif |