svn commit: trunk/uClibc/test/string

vapier at uclibc.org vapier at uclibc.org
Sun Dec 3 02:50:46 UTC 2006


Author: vapier
Date: 2006-12-02 18:50:45 -0800 (Sat, 02 Dec 2006)
New Revision: 16772

Log:
second SUSV3 legacy check should be for macros as pointed out by psm

Modified:
   trunk/uClibc/test/string/tester.c


Changeset:
Modified: trunk/uClibc/test/string/tester.c
===================================================================
--- trunk/uClibc/test/string/tester.c	2006-12-02 20:47:36 UTC (rev 16771)
+++ trunk/uClibc/test/string/tester.c	2006-12-03 02:50:45 UTC (rev 16772)
@@ -40,7 +40,7 @@
 # undef __TEST_BSD_FUNCS__
 #endif
 
-#if defined(__UCLIBC_SUSV3_LEGACY__) || defined(__UCLIBC_SUSV3_LEGACY__)
+#if defined(__UCLIBC_SUSV3_LEGACY__) || defined(__UCLIBC_SUSV3_LEGACY_MACROS__)
 # define __TEST_SUSV3_LEGACY__
 #else
 # undef __TEST_SUSV3_LEGACY__




More information about the uClibc-cvs mailing list