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:
@ -27,3 +27,4 @@ __pthread_mutex_destroy (mutex)
|
||||
return 0;
|
||||
}
|
||||
strong_alias (__pthread_mutex_destroy, pthread_mutex_destroy)
|
||||
INTDEF(__pthread_mutex_destroy)
|
||||
|
Reference in New Issue
Block a user