summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/ts64getseconds.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/ts64getseconds.c')
-rw-r--r--cpukit/score/src/ts64getseconds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/ts64getseconds.c b/cpukit/score/src/ts64getseconds.c
index 0f102bc262..eca0536e0e 100644
--- a/cpukit/score/src/ts64getseconds.c
+++ b/cpukit/score/src/ts64getseconds.c
@@ -25,6 +25,6 @@ uint32_t _Timestamp64_Get_seconds(
const Timestamp64_Control *_time
)
{
- _Timestamp64_implementation_Get_seconds( _time );
+ return _Timestamp64_implementation_Get_seconds( _time );
}
#endif