git: a7bca6949252 - main - rtld_tls.h: style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 19:33:50 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=a7bca6949252f32bb39440cb2914ba23e1c01551
commit a7bca6949252f32bb39440cb2914ba23e1c01551
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-06-05 01:15:31 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-06-05 19:33:17 +0000
rtld_tls.h: style
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
---
libexec/rtld-elf/rtld_tls.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libexec/rtld-elf/rtld_tls.h b/libexec/rtld-elf/rtld_tls.h
index b7dedc3fdfee..84ee582152c7 100644
--- a/libexec/rtld-elf/rtld_tls.h
+++ b/libexec/rtld-elf/rtld_tls.h
@@ -58,7 +58,7 @@
* The value returned from this function is suitable for installing
* directly into the thread pointer register.
*/
-void *_rtld_allocate_tls(void* oldtls, size_t tcbsize, size_t tcbalign)
+void *_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign)
__exported;
/*