diff options
Diffstat (limited to 'include/sys/poll.h')
-rw-r--r-- | include/sys/poll.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/poll.h b/include/sys/poll.h index d7d6e013a0..7d12e1c9be 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -3,4 +3,6 @@ extern int __poll (struct pollfd *__fds, unsigned long int __nfds, int __timeout); +libc_hidden_proto (__poll) + #endif |