You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* src/include/port/darwin.h */
-
- #define __darwin__ 1
-
- #if HAVE_DECL_F_FULLFSYNC /* not present before macOS 10.3 */
- #define HAVE_FSYNC_WRITETHROUGH
-
- #endif
|