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