diff options
author | Stephen Hines <srhines@google.com> | 2014-11-27 00:28:28 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-27 00:28:28 +0000 |
commit | 7e6f824dbb10004cdb7ba6942022ea72c0ca6db6 (patch) | |
tree | 1e13e02e9460ab9038a043c8b18218051c123a53 | |
parent | 05952987cf8c8f4658d8f6a356b3f0671aa30e42 (diff) | |
parent | 6b8c6a5088c221af2b25065b8b6b8b0fec8a116f (diff) | |
download | external_llvm-7e6f824dbb10004cdb7ba6942022ea72c0ca6db6.zip external_llvm-7e6f824dbb10004cdb7ba6942022ea72c0ca6db6.tar.gz external_llvm-7e6f824dbb10004cdb7ba6942022ea72c0ca6db6.tar.bz2 |
am 6b8c6a50: am 7a24d3c9: Switch to futimes() instead of futimens() so that we don\'t need GLIBC_2.6.
* commit '6b8c6a5088c221af2b25065b8b6b8b0fec8a116f':
Switch to futimes() instead of futimens() so that we don't need GLIBC_2.6.
-rw-r--r-- | host/include/llvm/Config/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index d686e16..2626a32 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -144,13 +144,11 @@ /* 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 |