1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Remove use of INTDEF/INTUSE in nptl

This commit is contained in:
Andreas Schwab
2012-05-26 22:16:19 +02:00
parent 11ef492c80
commit 4d17e68350
31 changed files with 126 additions and 122 deletions

View File

@ -140,4 +140,4 @@ __pthread_mutex_init (mutex, mutexattr)
return 0;
}
strong_alias (__pthread_mutex_init, pthread_mutex_init)
INTDEF(__pthread_mutex_init)
hidden_def (__pthread_mutex_init)