From 042768df2bb06227e4edf47e03985ec0dc907f66 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 12 Oct 2003 08:49:34 +0000 Subject: Always build and install ldconfig --- ldso/include/dl-elf.h | 3 ++- ldso/include/ld_elf.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'ldso/include') 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; -- cgit v1.2.3