darwin.h 158 B

12345678
  1. /* src/include/port/darwin.h */
  2. #define __darwin__ 1
  3. #if HAVE_DECL_F_FULLFSYNC /* not present before macOS 10.3 */
  4. #define HAVE_FSYNC_WRITETHROUGH
  5. #endif