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