Searched refs:_POSIX_FSYNC (Results 1 – 2 of 2) sorted by relevance
158 #define _POSIX_FSYNC 1 /* fdatasync() supported */ macro
183 #ifdef _POSIX_FSYNC in sysconf()184 case _SC_FSYNC: return _POSIX_FSYNC; in sysconf()