From 839fa6bc8ab469a1e7dd6be4cf95322aa518fcbc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 14 Nov 2020 00:59:04 +0100 Subject: hurd: Drop CLOCK_MONOTONIC change which slipped in --- sysdeps/mach/clock_gettime.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/clock_gettime.c b/sysdeps/mach/clock_gettime.c index f2f7bf1ff8..d0c069575c 100644 --- a/sysdeps/mach/clock_gettime.c +++ b/sysdeps/mach/clock_gettime.c @@ -32,7 +32,6 @@ __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 -- cgit 1.4.1