
windows has a timespec_get function, and if we don't check that then it will try to fall back to using clock_gettime, which windows doesn't have. Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8592>