aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.h
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2005-02-04 02:46:41 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2005-02-04 02:46:41 +0000
commit5b08cb04498aacb83309f575e7272684decc7bd7 (patch)
treec66bf0274c69dcd44063d0c245221d5b1fbf7132 /libexec/rtld-elf/libmap.h
parent0ccd166961d125ee937e8f56ebfbd4a6f8f2c656 (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/libmap.h')
-rw-r--r--libexec/rtld-elf/libmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h
index e4bd0aeb9bd1..53b2ba1ec0bf 100644
--- a/libexec/rtld-elf/libmap.h
+++ b/libexec/rtld-elf/libmap.h
@@ -2,7 +2,7 @@
* $FreeBSD$
*/
-int lm_init (void);
+int lm_init (char *);
void lm_fini (void);
char * lm_find (const char *, const char *);
#ifdef COMPAT_32BIT