diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2005-02-04 02:46:41 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2005-02-04 02:46:41 +0000 |
| commit | 5b08cb04498aacb83309f575e7272684decc7bd7 (patch) | |
| tree | c66bf0274c69dcd44063d0c245221d5b1fbf7132 /libexec/rtld-elf/libmap.h | |
| parent | 0ccd166961d125ee937e8f56ebfbd4a6f8f2c656 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/libmap.h')
| -rw-r--r-- | libexec/rtld-elf/libmap.h | 2 |
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 |
