summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/clockgettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/clockgettime.c')
-rw-r--r--cpukit/posix/src/clockgettime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/clockgettime.c b/cpukit/posix/src/clockgettime.c
index 08751c23d6..938b6f87e3 100644
--- a/cpukit/posix/src/clockgettime.c
+++ b/cpukit/posix/src/clockgettime.c
@@ -35,7 +35,7 @@ int clock_gettime(
_TOD_Get(tp);
break;
-#if 0
+#ifdef CLOCK_MONOTONIC
case CLOCK_MONOTONIC:
_TOD_Get_uptime(tp);
break;