From 99d1025513d63e89254dc6e7230488f16fb15f80 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 10 Mar 2015 16:31:59 +0000 Subject: [PATCH] Make ppoll() static Thanks Timo Teras. --- include/poll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/poll.h b/include/poll.h index eaa1856..3a365b1 100644 --- a/include/poll.h +++ b/include/poll.h @@ -17,7 +17,7 @@ __fortify_poll(struct pollfd *fds, nfds_t nfds, int timeout) } #ifdef _GNU_SOURCE -int +static int __fortify_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, const sigset_t *mask) {