aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-03-11 16:13:03 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-03-11 16:13:03 +0000
commite631dfd1d68d523cfb9dad891bf7db3960128cd4 (patch)
tree3a45c0cee91d8b8e605c89d14a9a5ed8afc0bd8b /libexec/rtld-elf/libmap.h
parent01d81b94aaf749cfedf4c71c644be5004b19e047 (diff)
MFH (r251810): fix installation from read-only .OBJDIR
MFH (r255384): add PRIVATELIB for internal-use shred libraries MFH (r255385, r255413): add a stock libmap32.conf MFH (r255765): always support directory mapping; rewrite libmap man page
Notes
svn path=/stable/9/; revision=263031
Diffstat (limited to 'libexec/rtld-elf/libmap.h')
-rw-r--r--libexec/rtld-elf/libmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h
index 53b2ba1ec0bf..54b4a2fe2e82 100644
--- a/libexec/rtld-elf/libmap.h
+++ b/libexec/rtld-elf/libmap.h
@@ -5,6 +5,4 @@
int lm_init (char *);
void lm_fini (void);
char * lm_find (const char *, const char *);
-#ifdef COMPAT_32BIT
char * lm_findn (const char *, const char *, const int);
-#endif