svn commit: trunk/uClibc/include

vapier at uclibc.org vapier at uclibc.org
Fri May 12 03:28:16 UTC 2006


Author: vapier
Date: 2006-05-11 20:28:13 -0700 (Thu, 11 May 2006)
New Revision: 15075

Log:
cut out _FORTIFY_SOURCE

Modified:
   trunk/uClibc/include/features.h


Changeset:
Modified: trunk/uClibc/include/features.h
===================================================================
--- trunk/uClibc/include/features.h	2006-05-12 01:42:33 UTC (rev 15074)
+++ trunk/uClibc/include/features.h	2006-05-12 03:28:13 UTC (rev 15075)
@@ -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




More information about the uClibc-cvs mailing list