summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarealshinji <djcj@gmx.de>2014-08-29 15:26:25 (GMT)
committerdarealshinji <djcj@gmx.de>2014-08-29 15:26:25 (GMT)
commita3243f54f8678cdd28f84ada2a292ebc3b0f514d (patch)
tree10c2ad736759dd39155914ac8a6fd50a1b167cf8
parent338c0c9ddf20ee224fe08998eea3dea9cf711ec0 (diff)
downloadpatchelf-a3243f54f8678cdd28f84ada2a292ebc3b0f514d.zip
patchelf-a3243f54f8678cdd28f84ada2a292ebc3b0f514d.tar.gz
patchelf-a3243f54f8678cdd28f84ada2a292ebc3b0f514d.tar.bz2
comment out Glibc-specific lines
-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 */