diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2015-01-16 09:18:58 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-01-16 09:18:58 +0100 |
commit | 026eb207eda8cc93f6f7f0980f0a8e51587d8011 (patch) | |
tree | 8866d58b96d07a59286347e262e3104b53bf1e94 /ChangeLog | |
parent | 1d53248326dbd3c620a2bca16d35eff3019d900a (diff) | |
download | glibc-026eb207eda8cc93f6f7f0980f0a8e51587d8011.tar glibc-026eb207eda8cc93f6f7f0980f0a8e51587d8011.tar.gz glibc-026eb207eda8cc93f6f7f0980f0a8e51587d8011.tar.bz2 glibc-026eb207eda8cc93f6f7f0980f0a8e51587d8011.zip |
S390: Get rid of linknamespace failures for utmp functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com> + [BZ #17844] + * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c + (getutent): Use weak_alias in non SHARED case + and default_symbol_version in SHARED case. + * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c + (getutent_r, pututline): Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c + (getutid): Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c + (getutid_r): Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c + (getutline): Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c + (getutline_r): Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c + (updwtmp): Likewise. + +2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com> + [BZ #17848] * sysdeps/s390/s390-32/memcmp.S (memcmp_g5): Rename to __memcmp_g5. |