summaryrefslogtreecommitdiffstats
path: root/netbsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'netbsd/Platform.h')
-rw-r--r--netbsd/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/netbsd/Platform.h b/netbsd/Platform.h
index dcac4430..e9ec2f08 100644
--- a/netbsd/Platform.h
+++ b/netbsd/Platform.h
@@ -87,11 +87,11 @@ static inline bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int a
}
static inline void Platform_gettime_realtime(struct timeval* tv, uint64_t* msec) {
- Generic_gettime_realtime(tv, msec);
+ Generic_gettime_realtime(tv, msec);
}
static inline void Platform_gettime_monotonic(uint64_t* msec) {
- Generic_gettime_monotonic(msec);
+ Generic_gettime_monotonic(msec);
}
static inline Hashtable* Platform_dynamicMeters(void) {