1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

hurd: Drop CLOCK_MONOTONIC change which slipped in

This commit is contained in:
Samuel Thibault
2020-11-14 00:59:04 +01:00
parent b4fcf0475b
commit 839fa6bc8a

View File

@@ -32,7 +32,6 @@ __clock_gettime (clockid_t clock_id, struct timespec *ts)
switch (clock_id) { switch (clock_id) {
case CLOCK_REALTIME: case CLOCK_REALTIME:
case CLOCK_MONOTONIC:
{ {
/* __host_get_time can only fail if passed an invalid host_t. /* __host_get_time can only fail if passed an invalid host_t.
__mach_host_self could theoretically fail (producing an __mach_host_self could theoretically fail (producing an