aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/poll.c')
-rw-r--r--sysdeps/mach/hurd/poll.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/poll.c b/sysdeps/mach/hurd/poll.c
index 30a390c..cf42b2e 100644
--- a/sysdeps/mach/hurd/poll.c
+++ b/sysdeps/mach/hurd/poll.c
@@ -28,10 +28,7 @@
or -1 for errors. */
int
-__poll (fds, nfds, timeout)
- struct pollfd *fds;
- nfds_t nfds;
- int timeout;
+__poll (struct pollfd *fds, nfds_t nfds, int timeout)
{
struct timespec ts, *to;