Browse Source

previous commit ifdef-ed out too much code

Mike Frysinger 18 years ago
parent
commit
c7fa6f9cb5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      include/link.h

+ 3 - 1
include/link.h

@@ -133,8 +133,9 @@ struct link_map
 #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 @@ enum
     LA_SYMB_ALTVALUE = 0x10	/* Value has been changed by a previous
 				   la_symbind call.  */
   };
+#endif
 
 struct dl_phdr_info
   {