From c3a0c54d0b17d877bb08192231021fb4049f4d18 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 May 2006 03:28:13 +0000 Subject: cut out _FORTIFY_SOURCE --- include/features.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/features.h b/include/features.h index c690e7ec2..c94d531e8 100644 --- a/include/features.h +++ b/include/features.h @@ -292,6 +292,8 @@ # define __USE_REENTRANT 1 #endif +/* uClibc does not support _FORTIFY_SOURCE */ +#undef _FORTIFY_SOURCE #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \ && __GNUC_PREREQ (4, 1) && defined __OPTIMIZE__ && __OPTIMIZE__ > 0 # if _FORTIFY_SOURCE > 1 -- cgit v1.2.3