0b44a031
400c5e5c
feee9890
1 2
3
4
5
6
7
#include <sys/socket.h> #include "syscall.h" int accept(int fd, struct sockaddr *restrict addr, socklen_t *restrict len) { return socketcall_cp(accept, fd, addr, len, 0, 0, 0); }