1 --- lib/stdio.in.h.orig Sat Nov 4 16:38:18 2017
2 +++ lib/stdio.in.h Sat Nov 4 16:39:04 2017
4 so any use of gets warrants an unconditional warning; besides, C11
7 -#if HAVE_RAW_DECL_GETS && !defined __cplusplus
8 +#if HAVE_RAW_DECL_GETS && !defined __cplusplus && !defined (__sun)
9 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");