mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 08:54:44 +08:00
#ifdef CLOCK_MONOTONIC the CLOCK_MONOTONIC case.
This commit is contained in:
@@ -35,7 +35,7 @@ int clock_gettime(
|
||||
_TOD_Get(tp);
|
||||
break;
|
||||
|
||||
#if 0
|
||||
#ifdef CLOCK_MONOTONIC
|
||||
case CLOCK_MONOTONIC:
|
||||
_TOD_Get_uptime(tp);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user