summaryrefslogtreecommitdiffstats
path: root/src/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/elf.h')
-rw-r--r--src/elf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/elf.h b/src/elf.h
index 3f4cebc..87cb141 100644
--- a/src/elf.h
+++ b/src/elf.h
@@ -19,9 +19,9 @@
#ifndef _ELF_H
#define _ELF_H 1
-#include <features.h>
+/* #include <features.h> */
-__BEGIN_DECLS
+/* __BEGIN_DECLS */
/* Standard ELF types. */
@@ -972,7 +972,7 @@ typedef struct
} a_un;
} Elf64_auxv_t;
-#include <bits/auxv.h>
+/* #include <bits/auxv.h> */
/* Note section contents. Each entry in the note section begins with
a header of a fixed form. */
@@ -3299,6 +3299,6 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_TILEGX_NUM 130
-__END_DECLS
+/* __END_DECLS */
#endif /* elf.h */