From d9a216c037590c414e4069afde01fde84794e0d6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jan 2012 11:55:32 -0500 Subject: Add checking versions of poll and ppoll --- include/sys/poll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/poll.h') 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 -- cgit v1.2.3