summaryrefslogtreecommitdiff
path: root/lib/util/select.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-08 17:28:27 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-28 16:40:19 +0100
commit83becbe369bcf3478063662fc2626ccbf4530b20 (patch)
tree0d16172a640f5d5f66ca64da21a9b7b08deb77dc /lib/util/select.h
parent81bdaafab34995522fc9a7b16fcabf9cd09cb528 (diff)
downloadsamba-83becbe369bcf3478063662fc2626ccbf4530b20.tar.gz
samba-83becbe369bcf3478063662fc2626ccbf4530b20.tar.bz2
samba-83becbe369bcf3478063662fc2626ccbf4530b20.zip
s3: Add sys_poll_intr
Diffstat (limited to 'lib/util/select.h')
-rw-r--r--lib/util/select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/select.h b/lib/util/select.h
index 795c8fa454..3c762de2ad 100644
--- a/lib/util/select.h
+++ b/lib/util/select.h
@@ -28,5 +28,6 @@ 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);
#endif