#include #include int shutdown(int fd, int how) { if(how == 2) close(fd); return 0; }