summaryrefslogtreecommitdiff
path: root/src/common/compat_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/compat_time.h')
-rw-r--r--src/common/compat_time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/compat_time.h b/src/common/compat_time.h
index 206e5b6170..8d61bc2580 100644
--- a/src/common/compat_time.h
+++ b/src/common/compat_time.h
@@ -72,7 +72,7 @@ void monotime_init(void);
/**
* Set <b>out</b> to the current time.
*/
-MOCK_DECL(void, monotime_get, (monotime_t *out));
+void monotime_get(monotime_t *out);
/**
* Return the number of nanoseconds between <b>start</b> and <b>end</b>.
*/
@@ -102,7 +102,7 @@ uint64_t monotime_absolute_msec(void);
/**
* Set <b>out</b> to the current coarse time.
*/
-MOCK_DECL(void, monotime_coarse_get, (monotime_coarse_t *out));
+void monotime_coarse_get(monotime_coarse_t *out);
uint64_t monotime_coarse_absolute_nsec(void);
uint64_t monotime_coarse_absolute_usec(void);
uint64_t monotime_coarse_absolute_msec(void);