diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-04 22:13:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-04 22:13:51 +0000 |
commit | f68eb8d50b11310628f53a9378bf612e8d4bfa09 (patch) | |
tree | e3a4073bbc3ac2349c89ad9b3494b05838f95c0b /ldso/util/readelf.h | |
parent | 03f338ab663d8b2fa16c8d1f83be51ecf9c79312 (diff) |
Teach the ldso stuff to use the proper elf.h header file, not a local copy.
-Erik
Diffstat (limited to 'ldso/util/readelf.h')
-rw-r--r-- | ldso/util/readelf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ldso/util/readelf.h b/ldso/util/readelf.h deleted file mode 100644 index 78d2216e0..000000000 --- a/ldso/util/readelf.h +++ /dev/null @@ -1,4 +0,0 @@ -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); |