From a7bca6949252f32bb39440cb2914ba23e1c01551 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Mon, 5 Jun 2023 04:15:31 +0300 Subject: [PATCH] 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 b7dedc3fdfe..84ee582152c 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; /*