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