summaryrefslogtreecommitdiff
path: root/include/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-08 11:55:32 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 11:55:32 -0500
commitd9a216c037590c414e4069afde01fde84794e0d6 (patch)
tree0c4cbf65be6c1a788741977cbd383def08406a78 /include/sys
parent15cfed3f93f60e79508043047065f189754f8e35 (diff)
Add checking versions of poll and ppoll
Diffstat (limited to 'include/sys')
-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 7d12e1c9be..4285eee55b 100644
--- a/include/sys/poll.h
+++ b/include/sys/poll.h
@@ -4,5 +4,6 @@
extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
int __timeout);
libc_hidden_proto (__poll)
+libc_hidden_proto (ppoll)
#endif