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