From 0362def21a9478be6137e8b21379d87b81110f2d Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 10 Mar 2015 18:04:21 +0000 Subject: Inline ppoll() as well --- include/poll.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) } #ifdef _GNU_SOURCE -static int +static inline __attribute__ ((always_inline)) +int __fortify_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, const sigset_t *mask) { -- cgit v1.3