elf.h: also define SELFMAG

- Used by distcc when it detects elf.h.
This commit is contained in:
Adrien Destugues 2016-08-07 13:39:27 +02:00
parent 289e59b770
commit c2ddcb7957
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ typedef struct {
} Elf64_Ehdr; } Elf64_Ehdr;
#define ELFMAG "\x7f""ELF" #define ELFMAG "\x7f""ELF"
#define SELFMAG 4
/* e_ident[] indices */ /* e_ident[] indices */
#define EI_MAG0 0 #define EI_MAG0 0