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