diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/poll.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/poll.h b/include/poll.h index 3a365b1..2f06045 100644 --- a/include/poll.h +++ b/include/poll.h | |||
| @@ -17,7 +17,8 @@ __fortify_poll(struct pollfd *fds, nfds_t nfds, int timeout) | |||
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | #ifdef _GNU_SOURCE | 19 | #ifdef _GNU_SOURCE |
| 20 | static int | 20 | static inline __attribute__ ((always_inline)) |
| 21 | int | ||
| 21 | __fortify_ppoll(struct pollfd *fds, nfds_t nfds, | 22 | __fortify_ppoll(struct pollfd *fds, nfds_t nfds, |
| 22 | const struct timespec *timeout, const sigset_t *mask) | 23 | const struct timespec *timeout, const sigset_t *mask) |
| 23 | { | 24 | { |
