Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / port / darwin.h
bloba5061995af824ffd01a3ff8f18e522499aa41096
1 /* $PostgreSQL$ */
3 #define __darwin__ 1
5 #if HAVE_DECL_F_FULLFSYNC /* not present before OS X 10.3 */
6 #define HAVE_FSYNC_WRITETHROUGH
8 #endif