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