diff options
Diffstat (limited to 'include/sys/select.h')
-rw-r--r-- | include/sys/select.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/select.h b/include/sys/select.h index 583149c9ee..2e5901c13d 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -11,4 +11,6 @@ extern int __select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout); +libc_hidden_proto (__select) + #endif |