ref: b0ab2a2ded1ecfcf5ad17d2016870a5431b6e805 dir: /sys/src/ape/lib/bsd/shutdown.c/
#include <sys/types.h> #include <unistd.h> int shutdown(int fd, int how) { if(how == 2) close(fd); return 0; }