svn commit: trunk/uClibc/include

vapier at uclibc.org vapier at uclibc.org
Wed May 17 05:40:31 UTC 2006


Author: vapier
Date: 2006-05-16 22:40:29 -0700 (Tue, 16 May 2006)
New Revision: 15101

Log:
previous commit ifdef-ed out too much code

Modified:
   trunk/uClibc/include/link.h


Changeset:
Modified: trunk/uClibc/include/link.h
===================================================================
--- trunk/uClibc/include/link.h	2006-05-17 04:58:47 UTC (rev 15100)
+++ trunk/uClibc/include/link.h	2006-05-17 05:40:29 UTC (rev 15101)
@@ -133,8 +133,9 @@
 #endif
   };
 
-#if 0 /* #ifdef __USE_GNU */
+#ifdef __USE_GNU
 
+#if 0
 /* Version numbers for la_version handshake interface.  */
 #define LAV_CURRENT	1
 
@@ -174,6 +175,7 @@
     LA_SYMB_ALTVALUE = 0x10	/* Value has been changed by a previous
 				   la_symbind call.  */
   };
+#endif
 
 struct dl_phdr_info
   {




More information about the uClibc-cvs mailing list