[hurd,commited] hurd: Drop CLOCK_MONOTONIC change which slipped in

Samuel Thibault samuel.thibault@ens-lyon.org
Fri Nov 13 23:59:22 GMT 2020


---
 sysdeps/mach/clock_gettime.c | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.29.2



More information about the Libc-alpha mailing list