[email protected] (Ferenc Wágner) writes: > The configure check was added for Hurd support. Apparently, Hurd > defines _POSIX_MONOTONIC_CLOCK to 200809L, returns the same value for > a sysconf() query, but clock_getres (CLOCK_MONOTONIC, &ts) still fails > with EINVAL.
Hi, #hurd confirmed that this is a Hurd bug in glibc, and promised a fix it in the next upload. So I guess an unconditional check for _POSIX_MONOTONIC_CLOCK being positive would be a good general solution. Do you agree? -- Feri

