ref: 6996fffa45a4e13e65394e8c46a6937c1ac3b8e7 dir: /sys/src/ape/lib/ap/plan9/fsync.c/
#include <sys/types.h> #include <unistd.h> #include <errno.h> int fsync(int) { errno = EINVAL; return -1; }