#include // for listen #include // for __syscall_2, syscall int listen(int socket, int backlog) { return syscall(listen, socket, backlog); }