From 484a76996eeb65ad726b65946642516c70b3257b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 17:46:39 +0000 Subject: Convert to "bool". --- cpukit/sapi/include/rtems/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi/include/rtems') diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h index 777a9c3402..c3fe7a2edb 100644 --- a/cpukit/sapi/include/rtems/config.h +++ b/cpukit/sapi/include/rtems/config.h @@ -163,7 +163,7 @@ typedef struct { * environment has ensured that memory was cleared before RTEMS was * invoked. */ - boolean do_zero_of_workspace; + bool do_zero_of_workspace; uint32_t maximum_drivers; uint32_t number_of_device_drivers; -- cgit v1.2.3