summaryrefslogtreecommitdiff
path: root/ldso/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-12 08:49:34 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-12 08:49:34 +0000
commit042768df2bb06227e4edf47e03985ec0dc907f66 (patch)
treebe0afedf60315a50e0f2f8dabc6a33923c8fa892 /ldso/include
parentc5d758fb1422604d727814b4633c370d2ea7956a (diff)
Always build and install ldconfig
Diffstat (limited to 'ldso/include')
-rw-r--r--ldso/include/dl-elf.h3
-rw-r--r--ldso/include/ld_elf.h3
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;