diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/poll.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/poll.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/poll.c b/sysdeps/unix/sysv/linux/poll.c index c136c21dbd..4c4868645b 100644 --- a/sysdeps/unix/sysv/linux/poll.c +++ b/sysdeps/unix/sysv/linux/poll.c @@ -28,9 +28,6 @@ #if defined __NR_poll || __ASSUME_POLL_SYSCALL > 0 -extern int __syscall_poll (struct pollfd *__unbounded fds, - unsigned int nfds, int timeout); - # if __ASSUME_POLL_SYSCALL == 0 static int __emulate_poll (struct pollfd *fds, nfds_t nfds, int timeout) internal_function; |