summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timertsr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/timertsr.c')
-rw-r--r--cpukit/posix/src/timertsr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/timertsr.c b/cpukit/posix/src/timertsr.c
index 85554633e9..512dd06d38 100644
--- a/cpukit/posix/src/timertsr.c
+++ b/cpukit/posix/src/timertsr.c
@@ -58,7 +58,7 @@ void _POSIX_Timer_TSR(
return;
/* Store the time when the timer was started again */
- _TOD_Get( &ptimer->time );
+ _TOD_Get_as_timespec( &ptimer->time );
/* The state really did not change but just to be safe */
ptimer->state = POSIX_TIMER_STATE_CREATE_RUN;