about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-03-08 10:45:05 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-03-08 10:45:05 +0100
commitc564a81246d0064eb12bc34cac8996709a0ecbfc (patch)
tree5558f62e61462549cdabd738adda10e22126949a /nptl/ChangeLog
parent48aff7765b16851c4c3c5b7beb44c878d0d24ae8 (diff)
downloadglibc-c564a81246d0064eb12bc34cac8996709a0ecbfc.tar.gz
glibc-c564a81246d0064eb12bc34cac8996709a0ecbfc.tar.xz
glibc-c564a81246d0064eb12bc34cac8996709a0ecbfc.zip
Invalid timeouts in SH sem_timedwait.
We adjusted nwaiters even though this isn't necessary.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 6cf6b3fed9..cd70329abb 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.