mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden. * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add attribute_hidden.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
int
|
||||
internal_function
|
||||
internal_function attribute_hidden
|
||||
__pthread_mutex_unlock_usercnt (mutex, decr)
|
||||
pthread_mutex_t *mutex;
|
||||
bool decr;
|
||||
|
Reference in New Issue
Block a user