OSDN Git Service

Fix HAVE_POSIX_FALLOCATE entry.
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 29 Sep 2016 21:39:53 +0000 (21:39 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 29 Sep 2016 21:39:53 +0000 (21:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282785 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.cmake

index 496bbc5..fc13ec5 100644 (file)
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
 
+/* Define to 1 if you have the `posix_fallocate' function. */
+#cmakedefine HAVE_POSIX_FALLOCATE ${HAVE_POSIX_FALLOCATE}
+
 /* Define to 1 if you have the `posix_spawn' function. */
 #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
 
 /* Define to 1 if you have the `_chsize_s' function. */
 #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
 
-#cmakedefine HAVE_POSIX_FALLOCATE ${HAVE_POSIX_FALLOCATE}
-
 #endif