From 2f91b2ed116eeafd3b7c14007e6128e8d6f53fd6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Oct 2009 10:31:43 +0000 Subject: =?UTF-8?q?2009-10-30=09Ralf=20Cors=C3=83=C2=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill() for 16bit compliance. --- testsuites/psxtests/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 79d2aeb9a1..42df8ae342 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,5 +1,7 @@ 2009-10-30 Ralf Corsépius + * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill() + for 16bit compliance. * psx14/init.c: Add local prototypes for rtems_object_api_minimum_class, rtems_object_api_maximum_class. Reflect the prototypes having been missing to printf's. -- cgit v1.2.3