summaryrefslogtreecommitdiff
path: root/include/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/poll.h')
-rw-r--r--include/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poll.h b/include/poll.h
index def2c69..144309a 100644
--- a/include/poll.h
+++ b/include/poll.h
@@ -43,7 +43,7 @@ _FORTIFY_FN(poll) int poll(struct pollfd * _FORTIFY_POS0 __f, nfds_t __n, int __
43 return __orig_poll(__f, __n, __s); 43 return __orig_poll(__f, __n, __s);
44} 44}
45 45
46#if defined(_GNU_SOURCE) && !_REDIR_TIME64 46#if defined(_GNU_SOURCE) && (!defined(_REDIR_TIME64) || !_REDIR_TIME64)
47#undef ppoll 47#undef ppoll
48#if __has_builtin(__builtin_ppoll) 48#if __has_builtin(__builtin_ppoll)
49__diagnose_as_builtin(__builtin_ppoll, 1, 2, 3, 4) 49__diagnose_as_builtin(__builtin_ppoll, 1, 2, 3, 4)