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.
This commit is contained in:
Ralf Corsepius
2009-10-30 10:31:43 +00:00
parent 713185fd3f
commit 2f91b2ed11
+2
View File
@@ -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.