From 8f6b29e669ac593f07c7b8f4eb1507aa12c14983 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Jan 2005 01:22:59 +0000 Subject: cleanup, and prevent failures due to including architecture specific header files into ldconfig when building for the host. --- utils/readsoname.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 utils/readsoname.h (limited to 'utils/readsoname.h') 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); -- cgit v1.2.3