/*[FSC]*/
#include <unistd.h>
#ifndef _POSIX_FSYNC
#error "_POSIX_FSYNC is not defined"
#endif
int main(void) { return 0; }
