summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-03-21 01:21:26 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-03-21 01:21:26 +0000
commitc905e45dc0e7ad2da0748371ba8921ca48134a01 (patch)
treeded17068c1bf0dea014f27d5b6b5ccda995841f0 /libexec/rtld-elf/libmap.h
parent3915888a547d21e68c6cac8e8055d4117cc8b635 (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/libmap.h')
-rw-r--r--libexec/rtld-elf/libmap.h3
1 files changed, 3 insertions, 0 deletions
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