diff options
| author | sin | 2015-03-10 16:31:59 +0000 |
|---|---|---|
| committer | sin | 2015-03-10 16:38:26 +0000 |
| commit | 99d1025513d63e89254dc6e7230488f16fb15f80 (patch) | |
| tree | c51911391488cdbf571548ba35bc9c403b35c2da /include/poll.h | |
| parent | f71ff70b5ba946daa1e29f5da0c5bab34ce8e890 (diff) | |
Make ppoll() static
Thanks Timo Teras.
Diffstat (limited to 'include/poll.h')
| -rw-r--r-- | include/poll.h | 2 |
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 |
| 20 | int | 20 | static 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 | { |
