1 2 3 4 5 6
#include <syscall.h> int shutdown(int socket, int how) { return syscall(shutdown, socket, how); }