diff options
Diffstat (limited to 'include/sys/select.h')
-rw-r--r-- | include/sys/select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/select.h b/include/sys/select.h index 2a408433e..6ffe4e221 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -110,6 +110,7 @@ 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) #ifdef __USE_XOPEN2K /* Same as above only that the TIMEOUT value is given with higher |