diff options
Diffstat (limited to 'include/poll.h')
| -rw-r--r-- | include/poll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poll.h b/include/poll.h index cf1b9e5..8d0d4da 100644 --- a/include/poll.h +++ b/include/poll.h | |||
| @@ -39,7 +39,7 @@ _FORTIFY_FN(poll) int poll(struct pollfd *__f, nfds_t __n, int __s) | |||
| 39 | return __orig_poll(__f, __n, __s); | 39 | return __orig_poll(__f, __n, __s); |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | #ifdef _GNU_SOURCE | 42 | #if defined(_GNU_SOURCE) && (!defined(_REDIR_TIME64) || !_REDIR_TIME64) |
| 43 | #undef ppoll | 43 | #undef ppoll |
| 44 | _FORTIFY_FN(ppoll) int ppoll(struct pollfd *__f, nfds_t __n, const struct timespec *__s, | 44 | _FORTIFY_FN(ppoll) int ppoll(struct pollfd *__f, nfds_t __n, const struct timespec *__s, |
| 45 | const sigset_t *__m) | 45 | const sigset_t *__m) |
