rtld_tls.h: style

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2023-06-05 04:15:31 +03:00
parent fbc445addf
commit a7bca69492

View file

@ -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;
/*