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-11 23:39:43 +0000
commitd231ca7fe394c32bc8e2bb42949841245e8c912e (patch)
treebe37d74d1b4d8d690756c1fca6f2eeeb9dc83db3
parent4deff63c5d7837d74ea2cafc0f0373b11daf143e (diff)
downloadsrc-d231ca7fe394c32bc8e2bb42949841245e8c912e.tar.gz
src-d231ca7fe394c32bc8e2bb42949841245e8c912e.zip
rtld_tls.h: style
(cherry picked from commit a7bca6949252f32bb39440cb2914ba23e1c01551)
-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 e150ad7f2613..01b26707159a 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;
/*