summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/o2narc/elf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/o2narc/elf.h b/tools/o2narc/elf.h
index ad47e94e..0373f6fd 100644
--- a/tools/o2narc/elf.h
+++ b/tools/o2narc/elf.h
@@ -1,10 +1,6 @@
#ifndef _ELF_H
#define _ELF_H 1
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* Standard ELF types. */
#include <inttypes.h>
@@ -2427,8 +2423,4 @@ typedef Elf32_Addr Elf32_Conflict;
__END_DECLS
-#ifdef __cplusplus
-};
-#endif //__cplusplus
-
-#endif /* elf.h */ \ No newline at end of file
+#endif /* elf.h */