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