summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/tod.inl
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 11:46:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 11:46:19 +0000
commit5bc8a75e39e0f5f9ea3cfbb12e0a1b1b70e1ec39 (patch)
treec42b17c0dca1460a64e57107f940cc186102d5b9 /cpukit/score/inline/rtems/score/tod.inl
parent2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5bc8a75e39e0f5f9ea3cfbb12e0a1b1b70e1ec39.tar.bz2
Add prototypes.
Diffstat (limited to 'cpukit/score/inline/rtems/score/tod.inl')
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl
index 806ada416a..eb05b8a46d 100644
--- a/cpukit/score/inline/rtems/score/tod.inl
+++ b/cpukit/score/inline/rtems/score/tod.inl
@@ -41,7 +41,7 @@ RTEMS_INLINE_ROUTINE void _TOD_Deactivate( void )
* This routine activates updating of the current time of day.
*/
-RTEMS_INLINE_ROUTINE void _TOD_Activate()
+RTEMS_INLINE_ROUTINE void _TOD_Activate( void )
{
/* XXX do we need something now that we are using timespec for TOD */
}