cygwin: add Object Size Checking to sys/poll.h

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-11-29 11:38:17 -06:00
parent dadc9e7e4a
commit b3281de25f
2 changed files with 30 additions and 0 deletions

View File

@ -47,4 +47,8 @@ extern int ppoll __P ((struct pollfd *fds, nfds_t nfds,
__END_DECLS
#if __SSP_FORTIFY_LEVEL > 0
#include <ssp/poll.h>
#endif
#endif /* _SYS_POLL_H */