Browse Source

#define HAVE_FDATASYNC 0 for darwin; 10.5 is missing it

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
5986a582d9
  1. 5
      deps/libeio/darwin/config.h

5
deps/libeio/darwin/config.h

@ -4,8 +4,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */ /* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1
/* fdatasync(2) is available */ /* fdatasync(2) is not available on 10.5 but is on 10.6
#define HAVE_FDATASYNC 1 * How should we deal with this? */
/* #define HAVE_FDATASYNC 0 */
/* futimes(2) is available */ /* futimes(2) is available */
#define HAVE_FUTIMES 1 #define HAVE_FUTIMES 1

Loading…
Cancel
Save