Make ppoll() static

Thanks Timo Teras.
This commit is contained in:
sin 2015-03-10 16:31:59 +00:00
parent f71ff70b5b
commit 99d1025513

View File

@ -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)
{