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

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

View File

@ -50,4 +50,8 @@ extern "C"
};
#endif
#if __SSP_FORTIFY_LEVEL > 0
#include <ssp/socket.h>
#endif
#endif /* _SYS_SOCKET_H */