comparison 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
comparison
equal deleted inserted replaced
256:19076a51efde 257:65c19d2020f7
418 #include <unistd.h> 418 #include <unistd.h>
419 #include <fcntl.h> 419 #include <fcntl.h>
420 #include <elf.h> 420 #include <elf.h>
421 #include <sys/mman.h> 421 #include <sys/mman.h>
422 422
423 #if __GNU_LIBRARY__ - 0 >= 6 423 #if __GLIBC__ - 0 >= 6
424 # include <link.h> /* get ElfW etc */ 424 # include <link.h> /* get ElfW etc */
425 #endif 425 #endif
426 426
427 #ifndef ElfW 427 #ifndef ElfW
428 # ifdef __STDC__ 428 # ifdef __STDC__