GNOME Bugzilla – Bug 697549
clock: Make use of HAVE_CLOCK_GETTIME
Last modified: 2013-04-09 18:36:43 UTC
Right now configure will check for clock_gettime, but will not use HAVE_CLOCK_GETTIME preprocessor macro for anything.
Created attachment 240940 [details] [review] Do use HAVE_CLOCK_GETTIME This prevents clock_gettime()-using code from compiling when clock_gettime() is not available, but other conditions are met (posix timers, monotonic clock).
commit e745a2bcf07eb7ecafcb92428b4d2907ff22b124 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Mon Apr 8 15:30:07 2013 +0400 clock: Do use HAVE_CLOCK_GETTIME Fixes #697549