ref: 375d8f437013d0d5106e6c8c6d8dd79db6de456a dir: /sys/src/ape/lib/ap/plan9/fsync.c/
#include <sys/types.h> #include <unistd.h> #include <errno.h> int fsync(int) { errno = EINVAL; return -1; }