From 7a62566626b91f68fbc56a409bae3108afc3e51b Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 29 Sep 2016 21:19:43 +0000 Subject: [PATCH] Sort futimes correctly. llvm-svn: 282773 --- llvm/include/llvm/Config/config.h.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 42cb01b110b8..20e70851cde8 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -90,12 +90,12 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_FFI_H ${HAVE_FFI_H} -/* Define to 1 if you have the `futimes' function. */ -#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES} - /* Define to 1 if you have the `futimens' function */ #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS} +/* Define to 1 if you have the `futimes' function. */ +#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES} + /* Define to 1 if you have the `getcwd' function. */ #cmakedefine HAVE_GETCWD ${HAVE_GETCWD}