1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Add checking versions of poll and ppoll

This commit is contained in:
Ulrich Drepper
2012-01-08 11:55:32 -05:00
parent 15cfed3f93
commit d9a216c037
14 changed files with 190 additions and 5 deletions

View File

@@ -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