From a745c4bfc8a9b5db4e48387170da0dc1d39e3abe Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 7 Nov 2017 20:50:27 +0100 Subject: remove unused FORTIFY code fragments --- include/unistd.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index c7364cf99..fdde8f02f 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1248,12 +1248,6 @@ extern void swab (const void *__restrict __from, void *__restrict __to, extern char *ctermid (char *__s) __THROW; #endif - -/* Define some macros helping to catch buffer overflows. */ -#if __USE_FORTIFY_LEVEL > 0 && defined __extern_always_inline -# include -#endif - __END_DECLS -- cgit v1.2.3