diff options
Diffstat (limited to 'lib/util/select.h')
-rw-r--r-- | lib/util/select.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/select.h b/lib/util/select.h index 36efa6e83b..bfc78a99d2 100644 --- a/lib/util/select.h +++ b/lib/util/select.h @@ -24,7 +24,6 @@ /* The following definitions come from lib/util/select.c */ -void sys_select_signal(char c); int sys_poll(struct pollfd *fds, int num_fds, int timeout); int sys_poll_intr(struct pollfd *fds, int num_fds, int timeout); |