summaryrefslogtreecommitdiff
path: root/include/elf.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-08 04:48:56 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-08 04:48:56 +0000
commitb0982c4ad36a973322650068ba29fa30c104975d (patch)
tree6fbdca1abe84157e86ff4693e38bdc4117d125c5 /include/elf.h
parentd4f170a9800ea45c8519859d9d5abe8ae80f036b (diff)
Update.
* include/elf.h: Include also <dl-dtprocnum.h>. * elf/dl-deps.c: Likewise. * elf/dl-lookup.c: Likewise. * elf/dl-runtime.c: Likewise. * elf/dl-version.c: Likewise. * elf/do-rel.h: Likewise. * elf/dynamic-link.h: Likewise. * elf/link.h: Likewise. * elf/rtld.c: Likewise. * sysdeps/generic/dl-dtprocnum.h: New file. * sysdeps/ia64/dl-dtprocnum.h: New file. * sysdeps/mips/dl-dtprocnum.h: New file. * sysdeps/sparc/dl-dtprocnum.h: New file.
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/elf.h b/include/elf.h
index 8a1764f956..cdedd8598e 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1 +1,6 @@
-#include <elf/elf.h>
+#ifndef _ELF_H
+# include <elf/elf.h>
+/* Some information which is not meant for the public and therefore not
+ in <elf.h>. */
+# include <dl-dtprocnum.h>
+#endif