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 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)
17} 17}
18 18
19#ifdef _GNU_SOURCE 19#ifdef _GNU_SOURCE
20int 20static int
21__fortify_ppoll(struct pollfd *fds, nfds_t nfds, 21__fortify_ppoll(struct pollfd *fds, nfds_t nfds,
22 const struct timespec *timeout, const sigset_t *mask) 22 const struct timespec *timeout, const sigset_t *mask)
23{ 23{