1 2 3 4 5
#include "bind.h" int syscall_bind(SYS_BIND_PARAMS *args) { return bind(args->sockfd, args->addr, args->addrlen); }