summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 10:31:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 10:31:43 +0000
commit2f91b2ed116eeafd3b7c14007e6128e8d6f53fd6 (patch)
treed5d5f152c62c8e48bf0994380749565c036be3ed
parentUse INT_MAX instead of 0xffffffff in call to kill() for 16bit compliance. (diff)
downloadrtems-2f91b2ed116eeafd3b7c14007e6128e8d6f53fd6.tar.bz2
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill() for 16bit compliance.
-rw-r--r--testsuites/psxtests/ChangeLog2
1 files changed, 2 insertions, 0 deletions
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 <ralf.corsepius@rtems.org>
+ * 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.