init
This commit is contained in:
8
pg_include/port/darwin.h
Executable file
8
pg_include/port/darwin.h
Executable file
@@ -0,0 +1,8 @@
|
||||
/* src/include/port/darwin.h */
|
||||
|
||||
#define __darwin__ 1
|
||||
|
||||
#if HAVE_DECL_F_FULLFSYNC /* not present before OS X 10.3 */
|
||||
#define HAVE_FSYNC_WRITETHROUGH
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user