From f163c50f15510e30fc53caec5bd02d47dcc402d8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Oct 2009 05:01:01 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-29=09Ralf=20Cors=C3=83=C2=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psx11/task.c: Use long for nsecs. --- testsuites/psxtests/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 6ff3371fa6..6eb06bb223 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,5 +1,6 @@ 2009-10-29 Ralf Corsépius + * psx11/task.c: Use long for nsecs. * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared attribute to pthread_condattr_setpshared for 16bit target compliance.