summaryrefslogtreecommitdiff
path: root/include/sys/poll.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:11:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:11:44 +0000
commitcb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch)
treef5f56f2ef0f3048325419857d0b538135524ff8c /include/sys/poll.h
parentb133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff)
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/sys/poll.h')
-rw-r--r--include/sys/poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/poll.h b/include/sys/poll.h
index c786a778a..13b913494 100644
--- a/include/sys/poll.h
+++ b/include/sys/poll.h
@@ -70,6 +70,7 @@ libc_hidden_proto(poll)
extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
__const struct timespec *__timeout,
__const __sigset_t *__ss);
+libc_hidden_proto(ppoll)
#endif
__END_DECLS