mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
Fix HAVE_POSIX_FALLOCATE entry.
llvm-svn: 282785
This commit is contained in:
parent
6a45916f71
commit
4f1bd48bae
@ -179,6 +179,9 @@
|
||||
/* 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}
|
||||
|
||||
@ -537,6 +540,4 @@
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user