From f8437c81d5e191ebe10374938974315aee07faf3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 15:23:12 +0000 Subject: Convert to "bool". --- cpukit/posix/src/timersettime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/timersettime.c') diff --git a/cpukit/posix/src/timersettime.c b/cpukit/posix/src/timersettime.c index 2a4a90e345..6099ae0400 100644 --- a/cpukit/posix/src/timersettime.c +++ b/cpukit/posix/src/timersettime.c @@ -35,7 +35,7 @@ int timer_settime( { POSIX_Timer_Control *ptimer; Objects_Locations location; - boolean activated; + bool activated; uint32_t initial_period; struct itimerspec normalize; -- cgit v1.2.3