diff options
Diffstat (limited to 'host/include/llvm/Config/config.h')
-rw-r--r-- | host/include/llvm/Config/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index e6c59c6..17577c6 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -144,6 +144,9 @@ /* Define to 1 if you have the `fmodf' function. */ #define HAVE_FMODF 1 +/* Define to 1 if you have the `futimens' function. */ +#define HAVE_FUTIMENS 1 + /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 |