aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/include/llvm/Config/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 052adab..cb3d4a3 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -144,11 +144,13 @@
/* Define to 1 if you have the `fmodf' function. */
#define HAVE_FMODF 1
+#ifdef __APPLE__
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
-
+#else
/* Define to 1 if you have the `futimens' function. */
-/* #undef HAVE_FUTIMENS */
+#define HAVE_FUTIMENS 1
+#endif // __APPLE__
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1