diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 11:55:32 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 11:55:32 -0500 |
commit | d9a216c037590c414e4069afde01fde84794e0d6 (patch) | |
tree | 0c4cbf65be6c1a788741977cbd383def08406a78 /include | |
parent | 15cfed3f93f60e79508043047065f189754f8e35 (diff) | |
download | glibc-d9a216c037590c414e4069afde01fde84794e0d6.zip glibc-d9a216c037590c414e4069afde01fde84794e0d6.tar.gz glibc-d9a216c037590c414e4069afde01fde84794e0d6.tar.bz2 |
Add checking versions of poll and ppoll
Diffstat (limited to 'include')
-rw-r--r-- | include/bits/poll2.h | 1 | ||||
-rw-r--r-- | include/sys/poll.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/bits/poll2.h b/include/bits/poll2.h new file mode 100644 index 0000000..51a0812 --- /dev/null +++ b/include/bits/poll2.h @@ -0,0 +1 @@ +#include "../../io/bits/poll2.h" diff --git a/include/sys/poll.h b/include/sys/poll.h index 7d12e1c..4285eee 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 |