diff src/unexelf.c @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents 084402c475ba
children 11cf20601dec
line wrap: on
line diff
--- a/src/unexelf.c	Mon Aug 13 10:21:19 2007 +0200
+++ b/src/unexelf.c	Mon Aug 13 10:22:03 2007 +0200
@@ -420,7 +420,7 @@
 #include <elf.h>
 #include <sys/mman.h>
 
-#if __GNU_LIBRARY__ - 0 >= 6
+#if __GLIBC__ - 0 >= 6
 # include <link.h>	/* get ElfW etc */
 #endif