aboutsummaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
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 */