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