OSDN Git Service

Switch to futimes() instead of futimens() so that we don't need GLIBC_2.6.
authorStephen Hines <srhines@google.com>
Thu, 27 Nov 2014 00:02:32 +0000 (16:02 -0800)
committerStephen Hines <srhines@google.com>
Thu, 27 Nov 2014 00:02:32 +0000 (16:02 -0800)
Bug: 18540243
Change-Id: I66c63c0aed1da38d676025308f229c927b8ce956

host/include/llvm/Config/config.h

index 42115e4..db88f98 100644 (file)
 /* 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. */
-#define HAVE_FUTIMENS 1
-#endif  // __APPLE__
+/* #undef HAVE_FUTIMENS */
 
 /* Define to 1 if you have the `getcwd' function. */
 #define HAVE_GETCWD 1