ref: 99d2e68a6a97fcdf5fe57ae9a6cda87fc142848b 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; }