diff options
author | darealshinji <djcj@gmx.de> | 2014-08-29 15:26:25 (GMT) |
---|---|---|
committer | darealshinji <djcj@gmx.de> | 2014-08-29 15:26:25 (GMT) |
commit | a3243f54f8678cdd28f84ada2a292ebc3b0f514d (patch) | |
tree | 10c2ad736759dd39155914ac8a6fd50a1b167cf8 /src/elf.h | |
parent | 338c0c9ddf20ee224fe08998eea3dea9cf711ec0 (diff) | |
download | patchelf-a3243f54f8678cdd28f84ada2a292ebc3b0f514d.zip patchelf-a3243f54f8678cdd28f84ada2a292ebc3b0f514d.tar.gz patchelf-a3243f54f8678cdd28f84ada2a292ebc3b0f514d.tar.bz2 |
comment out Glibc-specific lines
Diffstat (limited to 'src/elf.h')
-rw-r--r-- | src/elf.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 */ |