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