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/score/inline/rtems/score/watchdog.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/inline/rtems/score/watchdog.inl') diff --git a/cpukit/score/inline/rtems/score/watchdog.inl b/cpukit/score/inline/rtems/score/watchdog.inl index 966bf7338c..c97a5359ac 100644 --- a/cpukit/score/inline/rtems/score/watchdog.inl +++ b/cpukit/score/inline/rtems/score/watchdog.inl @@ -52,7 +52,7 @@ RTEMS_INLINE_ROUTINE void _Watchdog_Initialize( * state, and FALSE otherwise. */ -RTEMS_INLINE_ROUTINE boolean _Watchdog_Is_active( +RTEMS_INLINE_ROUTINE bool _Watchdog_Is_active( Watchdog_Control *the_watchdog ) { -- cgit v1.2.3