summaryrefslogtreecommitdiff
path: root/ldso/util/readsoname.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-04 22:13:51 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-04 22:13:51 +0000
commitf68eb8d50b11310628f53a9378bf612e8d4bfa09 (patch)
treee3a4073bbc3ac2349c89ad9b3494b05838f95c0b /ldso/util/readsoname.h
parent03f338ab663d8b2fa16c8d1f83be51ecf9c79312 (diff)
Teach the ldso stuff to use the proper elf.h header file, not a local copy.
-Erik
Diffstat (limited to 'ldso/util/readsoname.h')
-rw-r--r--ldso/util/readsoname.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ldso/util/readsoname.h b/ldso/util/readsoname.h
new file mode 100644
index 000000000..78d2216e0
--- /dev/null
+++ b/ldso/util/readsoname.h
@@ -0,0 +1,4 @@
+char *readsoname(char *name, FILE *file, int expected_type,
+ int *type, int elfclass);
+char *readsoname32(char *name, FILE *file, int expected_type, int *type);
+char *readsoname64(char *name, FILE *file, int expected_type, int *type);