mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add namespace protected alias.
This commit is contained in:
@ -22,10 +22,11 @@
|
||||
|
||||
|
||||
void
|
||||
pthread_exit (value)
|
||||
__pthread_exit (value)
|
||||
void *value;
|
||||
{
|
||||
THREAD_SETMEM (THREAD_SELF, result, value);
|
||||
|
||||
__do_cancel ();
|
||||
}
|
||||
strong_alias (__pthread_exit, pthread_exit)
|
||||
|
Reference in New Issue
Block a user