aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-09-18 22:06:33 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-09-25 11:18:25 +0000
commitb76c89cb3377039e31553808011b259d3b1d6b48 (patch)
tree5daf7132aea615691065844386f6e3ecfadc073d /libexec/rtld-elf/libmap.h
parenteb9f61ee16debb8d16091aef0543a795204ae54b (diff)
Diffstat (limited to 'libexec/rtld-elf/libmap.h')
-rw-r--r--libexec/rtld-elf/libmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h
index 6eeed43be05d..2998b7b27cc9 100644
--- a/libexec/rtld-elf/libmap.h
+++ b/libexec/rtld-elf/libmap.h
@@ -6,8 +6,8 @@
#define LIBMAP_H
int lm_init(const char *);
-void lm_fini (void);
-char * lm_find (const char *, const char *);
-char * lm_findn (const char *, const char *, const size_t);
+void lm_fini(void);
+char *lm_find(const char *, const char *);
+char *lm_findn(const char *, const char *, const size_t);
#endif