aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/darwin.h
blob: 6aa2ea70f6b0d805ca9e29409066cfbdfa911882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* src/include/port/darwin.h */

#define __darwin__	1

#if HAVE_DECL_F_FULLFSYNC		/* not present before macOS 10.3 */
#define HAVE_FSYNC_WRITETHROUGH

#endif

/*
 * macOS has a platform-specific implementation of prefetching.
 */
#define USE_PREFETCH