The problem that I’m seeing with timespec_get is that centos6 does not have it.
I’ve put some changes out for review that actually remove timespec_get() in favor of using a variation of os_time_get_nano(). It’s good to always use the same time functions, and not have multiple ways of doing similar things. Thoughts? George > On Nov 16, 2017, at 8:57 AM, Emil Velikov <[email protected]> wrote: > > On 15 November 2017 at 20:58, Nicolai Hähnle <[email protected]> wrote: >> From: Nicolai Hähnle <[email protected]> >> >> Tested with Travis and Appveyor. >> >> v2: add HAVE_TIMESPEC_GET for non-Windows Scons builds >> v3: use check_functions in Scons (Eric) >> >> Cc: Rob Herring <[email protected]> >> Cc: Alexander von Gluck IV <[email protected]> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103674 >> Fixes: f1a364878431 ("threads: update for late C11 changes") >> Reviewed-by: Eric Engestrom <[email protected]> (v2) >> Reviewed-by: Dylan Baker <[email protected]> (v2) >> Reviewed-by: Jon Turney <[email protected]> (v2) > > Thank you Nicolai, you're a star. > > Reviewed-by: Emil Velikov <[email protected]> > > -Emil > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
