diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 01:04:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 01:04:13 +0000 |
commit | 94a749f69ad4b18250e9aab7292b6e8496e0a065 (patch) | |
tree | 6b5d03838e15c61567cdd90c56e99b2b6dcf1561 /nptl/ChangeLog | |
parent | ffb1b882828a6fa71fb4e9be1c30cacafb3c70c3 (diff) | |
download | glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.tar.gz glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.tar.xz glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.zip |
* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
Patch by Szymon Siwek <sls@poczta.wp.pl>.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6ea079a1b2..6461785669 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2007-11-03 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/sh/lowlevellock.S (LOAD_FUTEX_WAIT): Add + missing line continuations. + * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S (LOAD_FUTEX_WAIT, + LOAD_FUTEX_WAKE): Likewise. Also add missing 3rd parameter. + 2007-10-28 Ulrich Drepper <drepper@redhat.com> [BZ #5220] |