Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2022 22:49:59 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1fd4dec26e6e - main - rtld-elf/libmap.h: style declarations
Message-ID:  <202209182249.28IMnxeL085989@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=1fd4dec26e6e31cfe14c849d3b88d8f37560a70d

commit 1fd4dec26e6e31cfe14c849d3b88d8f37560a70d
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-09-18 22:06:33 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-09-18 22:49:41 +0000

    rtld-elf/libmap.h: style declarations
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 libexec/rtld-elf/libmap.h | 6 +++---
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209182249.28IMnxeL085989>