aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-09-18 22:06:33 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-09-18 22:49:41 +0000
commit1fd4dec26e6e31cfe14c849d3b88d8f37560a70d (patch)
tree44acdc7e8cac128bc8df5dcc9af3c69600e06fa4
parent3aed5ddb8b25af59ffe4f1d50f0d13e49a01e816 (diff)
downloadsrc-1fd4dec26e6e31cfe14c849d3b88d8f37560a70d.tar.gz
src-1fd4dec26e6e31cfe14c849d3b88d8f37560a70d.zip
rtld-elf/libmap.h: style declarations
Sponsored by: The FreeBSD Foundation MFC after: 1 week
-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