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