diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2012-05-30 09:58:18 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-30 09:58:18 +0000 |
| commit | cc824a2e80511684f8637aacba784e7c57ac3b8b (patch) | |
| tree | 1bc9add289cf9d884659bed73eea3b254e7384d5 | |
| parent | d7a10f9610f4a1ef8abd678f85fbcbc05874b856 (diff) | |
| download | glibc-cc824a2e80511684f8637aacba784e7c57ac3b8b.tar.xz glibc-cc824a2e80511684f8637aacba784e7c57ac3b8b.zip | |
Replace __pthread_once_internal alias by hidden_def for MIPS.
| -rw-r--r-- | ChangeLog.mips | 5 | ||||
| -rw-r--r-- | sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.mips b/ChangeLog.mips index b7c1ff32b5..d0585892bd 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,8 @@ +2012-05-30 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace + _internal alias by hidden_def. + 2012-05-26 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New diff --git a/sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c b/sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c index 0b62076eff..308da8bbce 100644 --- a/sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c +++ b/sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 2003-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. @@ -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) |
