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