diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-26 22:16:19 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-30 00:45:53 +0200 |
commit | 4d17e68350bd8f61632ec6402701be49fb271a84 (patch) | |
tree | 956044ab7054d7b8f0625318180473f139b74ca0 /nptl/pthread_mutex_lock.c | |
parent | 11ef492c80ce975220505da705edc6122563fd69 (diff) | |
download | glibc-4d17e68350bd8f61632ec6402701be49fb271a84.tar.gz glibc-4d17e68350bd8f61632ec6402701be49fb271a84.tar.xz glibc-4d17e68350bd8f61632ec6402701be49fb271a84.zip |
Remove use of INTDEF/INTUSE in nptl
Diffstat (limited to 'nptl/pthread_mutex_lock.c')
-rw-r--r-- | nptl/pthread_mutex_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_mutex_lock.c b/nptl/pthread_mutex_lock.c index 2b30bad48d..3b1ef73396 100644 --- a/nptl/pthread_mutex_lock.c +++ b/nptl/pthread_mutex_lock.c @@ -478,7 +478,7 @@ __pthread_mutex_lock_full (pthread_mutex_t *mutex) } #ifndef __pthread_mutex_lock strong_alias (__pthread_mutex_lock, pthread_mutex_lock) -strong_alias (__pthread_mutex_lock, __pthread_mutex_lock_internal) +hidden_def (__pthread_mutex_lock) #endif |