summaryrefslogtreecommitdiff
path: root/lib/util/select.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-18 12:34:08 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-28 16:40:20 +0100
commitd163f5d67cf461c77749a82b0f83138271ffe333 (patch)
tree97a1f8efaf6887f55a351495e1331c7ded974b0e /lib/util/select.h
parent3254e392208ac06c7cce3d89ca6369a224f7f481 (diff)
downloadsamba-d163f5d67cf461c77749a82b0f83138271ffe333.tar.gz
samba-d163f5d67cf461c77749a82b0f83138271ffe333.tar.bz2
samba-d163f5d67cf461c77749a82b0f83138271ffe333.zip
Remove sys_select[_intr]
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);