summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/coretodadjust.c2
-rw-r--r--cpukit/score/src/coretodset.c2
2 files changed, 2 insertions, 2 deletions
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();
}
diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c
index b2efc07115..e11f47c904 100644
--- a/cpukit/score/src/coretodset.c
+++ b/cpukit/score/src/coretodset.c
@@ -22,7 +22,7 @@
#include <rtems/score/threaddispatch.h>
#include <rtems/score/watchdogimpl.h>
-void _TOD_Set_with_timestamp(
+void _TOD_Set(
const Timestamp_Control *tod_as_timestamp
)
{