mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
ia64: use hidden_def with internal pthread funcs
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
ee0c156dae
commit
944c966887
@ -3,6 +3,9 @@
|
||||
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove
|
||||
__connect_internal alias.
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Replace
|
||||
_internal alias by hidden_def.
|
||||
|
||||
2012-05-25 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Update.
|
||||
|
@ -90,4 +90,4 @@ __pthread_once (once_control, init_routine)
|
||||
return 0;
|
||||
}
|
||||
weak_alias (__pthread_once, pthread_once)
|
||||
strong_alias (__pthread_once, __pthread_once_internal)
|
||||
hidden_def (__pthread_once)
|
||||
|
Loading…
Reference in New Issue
Block a user