alpha: Use hidden_def for pthread_once

This commit is contained in:
Richard Henderson 2012-05-30 11:15:58 -07:00
parent 1c37181459
commit d496e02135
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2012-05-30 Richard Henderson <rth@twiddle.net>
* sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Replace
_internal alias by hidden_def.
* sysdeps/unix/sysv/linux/alpha/adjtime.c: Remove __ASSUME_TIMEVAL64.
* sysdeps/unix/sysv/linux/alpha/getitimer.S: Remove file.
* sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file.

View file

@ -92,4 +92,4 @@ __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))
return 0;
}
weak_alias (__pthread_once, pthread_once)
strong_alias (__pthread_once, __pthread_once_internal)
hidden_def (__pthread_once)