diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-03-08 10:45:05 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-03-08 10:45:05 +0100 |
commit | c564a81246d0064eb12bc34cac8996709a0ecbfc (patch) | |
tree | 5558f62e61462549cdabd738adda10e22126949a /nptl/ChangeLog | |
parent | 48aff7765b16851c4c3c5b7beb44c878d0d24ae8 (diff) | |
download | glibc-c564a81246d0064eb12bc34cac8996709a0ecbfc.zip glibc-c564a81246d0064eb12bc34cac8996709a0ecbfc.tar.gz glibc-c564a81246d0064eb12bc34cac8996709a0ecbfc.tar.bz2 |
Invalid timeouts in SH sem_timedwait.
We adjusted nwaiters even though this isn't necessary.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6cf6b3f..cd70329 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2012-03-08 Thomas Schwinge <thomas@codesourcery.com> + * sysdeps/unix/sysv/linux/sh/sem_timedwait.S (sem_timedwait): Fix + updating nwaiters. + * tst-sem13.c (do_test): Add another test case. * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Fix updating nwaiters. |