From c905e45dc0e7ad2da0748371ba8921ca48134a01 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 21 Mar 2004 01:21:26 +0000 Subject: Add initial support for compiling a special 32 bit version of ld-elf.so.1 on 64 bit systems. Most of this involves using alternate paths, environment variables and diagnostic messages. The build glue is seperate. --- libexec/rtld-elf/libmap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libexec/rtld-elf/libmap.h') diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h index f42df44d29e8..e4bd0aeb9bd1 100644 --- a/libexec/rtld-elf/libmap.h +++ b/libexec/rtld-elf/libmap.h @@ -5,3 +5,6 @@ int lm_init (void); void lm_fini (void); char * lm_find (const char *, const char *); +#ifdef COMPAT_32BIT +char * lm_findn (const char *, const char *, const int); +#endif -- cgit v1.3