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