ref: 5f68df8fbb0e90f1657c0bd9bbc1b12e62fe4edd 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; }