summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/timespecgreaterthan.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/timespecgreaterthan.c')
-rw-r--r--cpukit/score/src/timespecgreaterthan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/timespecgreaterthan.c b/cpukit/score/src/timespecgreaterthan.c
index 5541760212..5d8fe77b5d 100644
--- a/cpukit/score/src/timespecgreaterthan.c
+++ b/cpukit/score/src/timespecgreaterthan.c
@@ -23,7 +23,7 @@
#include <rtems/score/timespec.h>
#include <rtems/score/tod.h>
-boolean _Timespec_Greater_than(
+bool _Timespec_Greater_than(
const struct timespec *lhs,
const struct timespec *rhs
)