fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit 99d1025513d63e89254dc6e7230488f16fb15f80
parent f71ff70b5ba946daa1e29f5da0c5bab34ce8e890
Author: sin <sin@2f30.org>
Date:   Tue, 10 Mar 2015 16:31:59 +0000

Make ppoll() static

Thanks Timo Teras.

Diffstat:
Minclude/poll.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {