summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/mach/clock_gettime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/clock_gettime.c b/sysdeps/mach/clock_gettime.c
index 840e06036b..f2f7bf1ff8 100644
--- a/sysdeps/mach/clock_gettime.c
+++ b/sysdeps/mach/clock_gettime.c
@@ -18,6 +18,7 @@
#include <errno.h>
#include <time.h>
#include <mach.h>
+#include <assert.h>
#include <shlib-compat.h>
/* Get the current time of day, putting it into *TS.
@@ -31,6 +32,7 @@ __clock_gettime (clockid_t clock_id, struct timespec *ts)
switch (clock_id) {
case CLOCK_REALTIME:
+ case CLOCK_MONOTONIC:
{
/* __host_get_time can only fail if passed an invalid host_t.
__mach_host_self could theoretically fail (producing an