Remove sys_select[_intr]
[samba.git] / lib / util / select.h
index 3c762de2adc19077191ac6bfe28e67e63e34e41a..36efa6e83b9c5e6603a63bb74d99b926a9591898 100644 (file)
@@ -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);