summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/timecounter.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-03 13:10:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-07 14:22:01 +0100
commitef23838543337105de4070ff2ef0d45b078f6812 (patch)
tree4a7871276ac587ec6177f31445a4d466aecf1b05 /cpukit/include/rtems/score/timecounter.h
parentpsxtimes01: Fix sporadic failures (diff)
downloadrtems-ef23838543337105de4070ff2ef0d45b078f6812.tar.bz2
score: Avoid sbintime_t in API headers
The sbintime_t is a non-POSIX type and not visible if strict standard options are selected. Move implementation details from <rtems/score/timestamp.h> to <rtems/score/timestampimpl.h>. Update #3598.
Diffstat (limited to 'cpukit/include/rtems/score/timecounter.h')
-rw-r--r--cpukit/include/rtems/score/timecounter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/timecounter.h b/cpukit/include/rtems/score/timecounter.h
index 79444de482..9d688eebe8 100644
--- a/cpukit/include/rtems/score/timecounter.h
+++ b/cpukit/include/rtems/score/timecounter.h
@@ -74,7 +74,7 @@ void _Timecounter_Binuptime( struct bintime *bt );
*
* @return Returns the uptime.
*/
-sbintime_t _Timecounter_Sbinuptime( void );
+int64_t _Timecounter_Sbinuptime( void );
/**
* @brief Returns the uptime in the timespec format.