commit | f61782418cb008f377270b73ef498924e7faf141 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 21 19:46:58 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 21 20:03:03 2019 +0200 |
tree | fa30919bfcb3ef5432f7d0448b624dcbaa61684d | |
parent | aacc405c1f2a4173de36ba1a0bf2416d9c958376 [diff] |
CLEANUP: time: refine the test on _POSIX_TIMERS The clock_gettime() man page says we must check that _POSIX_TIMERS is defined to a value greater than zero, not just that it's simply defined so let's fix this right now.