aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-03-08 09:33:12 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-03-08 09:33:12 +0100
commit48aff7765b16851c4c3c5b7beb44c878d0d24ae8 (patch)
tree5526b4e91f2306ee1eaa14ac67c52267bc49f9f5 /nptl/ChangeLog
parentaea5d7277a2ebd2f432bc3196e4a0e2afe8d5878 (diff)
downloadglibc-48aff7765b16851c4c3c5b7beb44c878d0d24ae8.zip
glibc-48aff7765b16851c4c3c5b7beb44c878d0d24ae8.tar.gz
glibc-48aff7765b16851c4c3c5b7beb44c878d0d24ae8.tar.bz2
Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.
| Invalid timeouts in i386 sem_timedwait. | | We adjusted nwaiters even though this isn't necessary.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index dd6f334..6cf6b3f 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-08 Thomas Schwinge <thomas@codesourcery.com>
+
+ * tst-sem13.c (do_test): Add another test case.
+ * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
+ Fix updating nwaiters.
+
2012-03-07 Joseph Myers <joseph@codesourcery.com>
[BZ #10545]