diff options
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-elf.h | 3 | ||||
-rw-r--r-- | ldso/include/ld_elf.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ldso/include/dl-elf.h b/ldso/include/dl-elf.h index 992a608b1..db9ee9556 100644 --- a/ldso/include/dl-elf.h +++ b/ldso/include/dl-elf.h @@ -19,9 +19,10 @@ #define LIB_ANY -1 #define LIB_DLL 0 #define LIB_ELF 1 +#define LIB_ELF64 0x80 #define LIB_ELF_LIBC5 2 #define LIB_ELF_LIBC6 3 -#define LIB_ELF64 0x80 +#define LIB_ELF_LIBC0 4 /* Forward declarations for stuff defined in ld_hash.h */ struct dyn_elf; diff --git a/ldso/include/ld_elf.h b/ldso/include/ld_elf.h index 992a608b1..db9ee9556 100644 --- a/ldso/include/ld_elf.h +++ b/ldso/include/ld_elf.h @@ -19,9 +19,10 @@ #define LIB_ANY -1 #define LIB_DLL 0 #define LIB_ELF 1 +#define LIB_ELF64 0x80 #define LIB_ELF_LIBC5 2 #define LIB_ELF_LIBC6 3 -#define LIB_ELF64 0x80 +#define LIB_ELF_LIBC0 4 /* Forward declarations for stuff defined in ld_hash.h */ struct dyn_elf; |