Commit 75889d00 by Nicolas Capens Committed by Nicolas Capens

Disable 'futimens' calls.

It's not available on older versions of macOS. Bug b/115344057 Change-Id: I220a26812e5d1bc1fd0bacae490a7bdbc6a7e6df Reviewed-on: https://swiftshader-review.googlesource.com/c/22228Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent adfbbcbe
......@@ -70,8 +70,8 @@
/* Define to 1 if you have the <ffi.h> header file. */
/* #undef HAVE_FFI_H */
/* Define to 1 if you have the `futimens' function. */
#define HAVE_FUTIMENS 1
/* Define to 1 if you have the `futimens' function. */
/* #undef HAVE_FUTIMENS */
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment