2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>

* timer/timer.c: Eliminate rtems_boolean.
This commit is contained in:
Ralf Corsepius
2008-08-27 21:45:12 +00:00
parent 4dd986fa97
commit dcd4bc9002
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* timer/timer.c: Eliminate rtems_boolean.
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX

View File

@@ -1,5 +1,6 @@
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* timer/timer.c: Eliminate rtems_boolean.
* libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
local (non-POSIX compliant) "bool".