ref: 473ebd0f9e117f3c7e1d5504b8b97cedee580ccd 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; }