From c564a81246d0064eb12bc34cac8996709a0ecbfc Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 8 Mar 2012 10:45:05 +0100 Subject: Invalid timeouts in SH sem_timedwait. We adjusted nwaiters even though this isn't necessary. --- nptl/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/ChangeLog') 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 + * 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. -- cgit v1.1