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