From 3888771772a57b4c924e1987e603e7a1b957e07c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Apr 2016 21:32:23 +0200 Subject: score: Streamline set time of day functions Rename _TOD_Set() into _TOD_Set_with_timespec(). Rename _TOD_Set_with_timestamp() into _TOD_Set(). This is now in line with _TOD_Get() and _TOD_Get_as_timespec(). The timestamp is the canonical format. --- cpukit/score/src/coretodadjust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/coretodadjust.c') diff --git a/cpukit/score/src/coretodadjust.c b/cpukit/score/src/coretodadjust.c index 6097e207dc..51c10ec849 100644 --- a/cpukit/score/src/coretodadjust.c +++ b/cpukit/score/src/coretodadjust.c @@ -44,7 +44,7 @@ void _TOD_Adjust( _Timestamp_Add_to( &tod, &delta ); - _TOD_Set_with_timestamp( &tod ); + _TOD_Set( &tod ); _Thread_Enable_dispatch(); } -- cgit v1.2.3