summaryrefslogtreecommitdiff
path: root/deps/libeio
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-04 23:22:53 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-10-05 15:25:33 -0700
commit5986a582d9d43d2a58ff5dd5f59377c280fac802 (patch)
tree0a1b3c36e07157f9a6c4ae7da37a1974374bb505 /deps/libeio
parent7fca10133861348417f33dac2d656cbfd9d1bb0d (diff)
downloadnode-new-5986a582d9d43d2a58ff5dd5f59377c280fac802.tar.gz
#define HAVE_FDATASYNC 0 for darwin; 10.5 is missing it
Diffstat (limited to 'deps/libeio')
-rw-r--r--deps/libeio/darwin/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/libeio/darwin/config.h b/deps/libeio/darwin/config.h
index 99bd552ae0..84a3440df0 100644
--- a/deps/libeio/darwin/config.h
+++ b/deps/libeio/darwin/config.h
@@ -4,8 +4,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
-/* fdatasync(2) is available */
-#define HAVE_FDATASYNC 1
+/* fdatasync(2) is not available on 10.5 but is on 10.6
+ * How should we deal with this? */
+/* #define HAVE_FDATASYNC 0 */
/* futimes(2) is available */
#define HAVE_FUTIMES 1