summaryrefslogtreecommitdiff
path: root/src/elf_common/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/elf_common/elf.h')
-rw-r--r--src/elf_common/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elf_common/elf.h b/src/elf_common/elf.h
index c556c95..73bca0d 100644
--- a/src/elf_common/elf.h
+++ b/src/elf_common/elf.h
@@ -108,6 +108,7 @@ typedef struct
#define EI_MAG0 0 /* File identification byte 0 index */
#define ELFMAG0 0x7f /* Magic number byte 0 */
+#define ELFMAG0_ALT 0x7e /* Magic number byte 0 */
#define EI_MAG1 1 /* File identification byte 1 index */
#define ELFMAG1 'E' /* Magic number byte 1 */