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