diff options
author | Torvald Riegel <triegel@redhat.com> | 2014-12-08 18:32:14 +0100 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2014-12-15 10:52:12 +0100 |
commit | bc89c0fc70ba952f78fc27fc261ec209be0a6732 (patch) | |
tree | 7b5e52e11b2db0789422de323cb36a5003ca0bc2 /ChangeLog | |
parent | a5357b7ce2a2982c5778435704bcdb55ce3667a0 (diff) | |
download | glibc-bc89c0fc70ba952f78fc27fc261ec209be0a6732.tar.gz glibc-bc89c0fc70ba952f78fc27fc261ec209be0a6732.tar.xz glibc-bc89c0fc70ba952f78fc27fc261ec209be0a6732.zip |
Remove custom pthread_once implementation on s390.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3f90c7dbf7..326367ccc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-15 Torvald Riegel <triegel@redhat.com> + + * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file. + 2014-12-15 Jeff Law <law@redhat.com> [BZ #16617] |