mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Add namespace protected alias.
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
|
||||
|
||||
pthread_t
|
||||
pthread_self (void)
|
||||
__pthread_self (void)
|
||||
{
|
||||
return (pthread_t) THREAD_SELF;
|
||||
}
|
||||
strong_alias (__pthread_self, pthread_self)
|
||||
|
Reference in New Issue
Block a user