aboutsummaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-04-27 14:40:23 +0000
committerMike Frysinger <vapier@gentoo.org>2014-04-27 14:40:23 +0000
commit08aac421fa9e710c3bf324dcf6c6d753e27a9d09 (patch)
tree6a571a1b779559948d9e496aa8bcf74ed0ca5b4d /elf.h
parentnote that which() does not handle PATH="/foo::/bar" correctly (diff)
downloadpax-utils-08aac421fa9e710c3bf324dcf6c6d753e27a9d09.tar.gz
pax-utils-08aac421fa9e710c3bf324dcf6c6d753e27a9d09.tar.bz2
pax-utils-08aac421fa9e710c3bf324dcf6c6d753e27a9d09.zip
drop features.h and such from elf.h again as we do not use it and it breaks no non-GNU systems #507470 by Yuta SATOH
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 d131b9b..e904a2c 100644
--- a/elf.h
+++ b/elf.h
@@ -19,10 +19,6 @@
#ifndef _ELF_H
#define _ELF_H 1
-#include <features.h>
-
-__BEGIN_DECLS
-
/* Standard ELF types. */
#include <stdint.h>
@@ -3374,7 +3370,4 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_TILEGX_NUM 130
-
-__END_DECLS
-
#endif /* elf.h */