summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timersettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/timersettime.c')
-rw-r--r--cpukit/posix/src/timersettime.c2
1 files changed, 1 insertions, 1 deletions
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;