Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-09-19 01:06:33 +0300
committerKonstantin Belousov <kib@FreeBSD.org>2022-09-19 01:49:41 +0300
commit1fd4dec26e6e31cfe14c849d3b88d8f37560a70d (patch)
tree44acdc7e8cac128bc8df5dcc9af3c69600e06fa4 /libexec
parent3aed5ddb8b25af59ffe4f1d50f0d13e49a01e816 (diff)
rtld-elf/libmap.h: style declarations
Sponsored by: The FreeBSD Foundation MFC after: 1 week
Diffstat (limited to 'libexec')
-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