#ifdef CLOCK_MONOTONIC the CLOCK_MONOTONIC case.

This commit is contained in:
Ralf Corsepius
2007-04-13 05:28:28 +00:00
parent 214ae74e6e
commit 1ee474eafc

View File

@@ -35,7 +35,7 @@ int clock_gettime(
_TOD_Get(tp);
break;
#if 0
#ifdef CLOCK_MONOTONIC
case CLOCK_MONOTONIC:
_TOD_Get_uptime(tp);
break;