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