aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-06-05 01:15:31 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-06-05 19:33:17 +0000
commita7bca6949252f32bb39440cb2914ba23e1c01551 (patch)
tree3ad6ca58e17b807a3803e84dc359df2380a981ea
parentfbc445addf9183d180bb8b488281617bb19d9242 (diff)
downloadsrc-a7bca6949252f32bb39440cb2914ba23e1c01551.tar.gz
src-a7bca6949252f32bb39440cb2914ba23e1c01551.zip
rtld_tls.h: style
Sponsored by: The FreeBSD Foundation MFC after: 1 week
-rw-r--r--libexec/rtld-elf/rtld_tls.h2
1 files changed, 1 insertions, 1 deletions
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;
/*