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