diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-12 08:49:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-12 08:49:34 +0000 |
commit | 042768df2bb06227e4edf47e03985ec0dc907f66 (patch) | |
tree | be0afedf60315a50e0f2f8dabc6a33923c8fa892 /ldso/include/ld_elf.h | |
parent | c5d758fb1422604d727814b4633c370d2ea7956a (diff) |
Always build and install ldconfig
Diffstat (limited to 'ldso/include/ld_elf.h')
-rw-r--r-- | ldso/include/ld_elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |