diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -159,7 +159,7 @@ static void set_signal_handlers(void) | |||
| 159 | sigaction(SIGUSR2, &sa, NULL); | 159 | sigaction(SIGUSR2, &sa, NULL); |
| 160 | } | 160 | } |
| 161 | 161 | ||
| 162 | #if defined(__FreeBSD__) || defined(__APPLE__) | 162 | #ifndef HAVE_PPOLL |
| 163 | static int ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, const sigset_t *sigmask) | 163 | static int ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, const sigset_t *sigmask) |
| 164 | { | 164 | { |
| 165 | int ready; | 165 | int ready; |
