Skip to content

util: Always use timespec_get on Windows.

Jose Fonseca requested to merge jrfonseca/mesa:scons-timespec-get into master

include/c11/threads_win32.h provides a fallback implementation of timespec_get when necessary.

timespec_get is only available on MinGW32 when using the posix threads (as opposed to native win32 threads.)

Fixes #4109 (closed)

/cc @charmainel @bhenden @vlee

Merge request reports