Loading...
include/strings.h Libc-997.90.3 Libc-1583.60.2
--- Libc/Libc-997.90.3/include/strings.h
+++ Libc/Libc-1583.60.2/include/strings.h
@@ -92,5 +92,10 @@
 #include <string.h>
 #endif
 
+#if defined (__GNUC__) && _FORTIFY_SOURCE > 0 && !defined (__cplusplus)
+/* Security checking functions.  */
+#include <secure/_strings.h>
+#endif
+
 #endif  /* _STRINGS_H_ */