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:
parent
fbc445addf
commit
a7bca69492
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user