summaryrefslogtreecommitdiff
path: root/lib/util/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/select.h')
-rw-r--r--lib/util/select.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util/select.h b/lib/util/select.h
index 3c762de2ad..36efa6e83b 100644
--- a/lib/util/select.h
+++ b/lib/util/select.h
@@ -25,8 +25,6 @@
/* The following definitions come from lib/util/select.c */
void sys_select_signal(char c);
-int sys_select(int maxfd, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *tval);
-int sys_select_intr(int maxfd, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *tval);
int sys_poll(struct pollfd *fds, int num_fds, int timeout);
int sys_poll_intr(struct pollfd *fds, int num_fds, int timeout);