1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

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