diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2015-12-07 15:40:01 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2015-12-31 00:34:11 +0100 |
commit | 3b54d911809643fb6a293807333b7f2cf15a3b50 (patch) | |
tree | 27597578d906d104b0e5f17aa7cc732856a5099c /ChangeLog | |
parent | cd51b1424477652cccdb83e7a95644d198fd4513 (diff) | |
download | glibc-3b54d911809643fb6a293807333b7f2cf15a3b50.tar.gz glibc-3b54d911809643fb6a293807333b7f2cf15a3b50.tar.xz glibc-3b54d911809643fb6a293807333b7f2cf15a3b50.zip |
alpha/hppa: fix libc.abilist sorting wrt fmemopen
Commit fdb7d390 introduced the fmemopen symbol at the wrong location in alpha/libc.abilist and hppa/libc.abilist. The file needs to keep sorted, fix that. Note: this is for 2.22 only, for master the format has been changed in commit 8c77b6ad. * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Move to keep the file sorted. * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d96d6efec2..f77829e914 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-12-31 Aurelien Jarno <aurelien@aurel32.net> + + * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Move + to keep the file sorted. + * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise. + 2015-12-17 Paul E. Murphy <murphyp@linux.vnet.ibm.com> [BZ #19174] |