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