Commit 2237882c authored by Clifford Heath's avatar Clifford Heath Committed by Bert Belder
Browse files

eio: Mac OSX 10.5 (Leopard) does not have fdatasync

No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -8,7 +8,11 @@
/* #undef HAVE_FALLOCATE */
/* fdatasync(2) is available */
#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1060
#define HAVE_FDATASYNC 1
#else
#define HAVE_FDATASYNC 0
#endif
/* futimes(2) is available */
#define HAVE_FUTIMES 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment