fortify-headers

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

commit 8cb1c705b1c9d1a13d16d01f9bb22780c0528363
parent a15fe65f92b7b91b952aed44bcc65aa30e9cd23d
Author: sin <sin@2f30.org>
Date:   Sat,  7 Mar 2015 10:32:28 +0000

Style fix

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

diff --git a/include/poll.h b/include/poll.h @@ -27,7 +27,6 @@ __fortify_ppoll(struct pollfd *fds, nfds_t nfds, __builtin_trap(); return ppoll(fds, nfds, timeout, mask); } - #endif #undef poll