X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2Fsimple_mtx.h;h=1bd57ac800195f117bc0859c74b333f5c3ffc8e0;hb=eac0ba7fc193cceccd953bc4726ceef750b18085;hp=ec3889497f3afbf703a0114aaa462a9ebd5e1901;hpb=8aacaeca685c4e705a3237c2187f2f9bcef23339;p=mesa.git diff --git a/src/util/simple_mtx.h b/src/util/simple_mtx.h index ec3889497f3..1bd57ac8001 100644 --- a/src/util/simple_mtx.h +++ b/src/util/simple_mtx.h @@ -29,7 +29,7 @@ #include "c11/threads.h" -#if defined(__GNUC__) && defined(HAVE_LINUX_FUTEX_H) +#if UTIL_FUTEX_SUPPORTED /* mtx_t - Fast, simple mutex *