aboutsummaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-27 22:14:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-27 22:14:46 +0000
commit7ea4044f7701b425cdc7fc118bcc727251a59b3e (patch)
tree45e2ea599dd8a404f323e1072758a36da5d24530 /elf.h
parentjust include the glibc elf header file (diff)
downloadpax-utils-7ea4044f7701b425cdc7fc118bcc727251a59b3e.tar.gz
pax-utils-7ea4044f7701b425cdc7fc118bcc727251a59b3e.tar.bz2
pax-utils-7ea4044f7701b425cdc7fc118bcc727251a59b3e.zip
remove unused includes/defines that break on BSD
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/elf.h b/elf.h
index e911749..019bee3 100644
--- a/elf.h
+++ b/elf.h
@@ -20,10 +20,6 @@
#ifndef _ELF_H
#define _ELF_H 1
-#include <features.h>
-
-__BEGIN_DECLS
-
/* Standard ELF types. */
#include <stdint.h>
@@ -2571,7 +2567,4 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_M32R_GOTOFF_LO 64 /* Low 16 bit offset to GOT */
#define R_M32R_NUM 256 /* Keep this the last entry. */
-
-__END_DECLS
-
#endif /* elf.h */