summaryrefslogtreecommitdiff
path: root/utils/readsoname.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-01-12 01:22:59 +0000
committerEric Andersen <andersen@codepoet.org>2005-01-12 01:22:59 +0000
commit8f6b29e669ac593f07c7b8f4eb1507aa12c14983 (patch)
treecc814a8ac48da641a9c6296c24c23751ac4746c2 /utils/readsoname.h
parent7faa798bed2130a7cebc49f4c055b9873e19a768 (diff)
cleanup, and prevent failures due to including architecture specific
header files into ldconfig when building for the host.
Diffstat (limited to 'utils/readsoname.h')
-rw-r--r--utils/readsoname.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/readsoname.h b/utils/readsoname.h
deleted file mode 100644
index 91823ff7a..000000000
--- a/utils/readsoname.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);