mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
hurd: Drop CLOCK_MONOTONIC change which slipped in
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user