Hi, > I guess __NR_socketcall is for x86 and other old architectures, > but we still want to use it, right? Maybe I should have kept just 2 variants (libc implementation and only one syscall implementation) and chose the correct syscall implementation with #ifdef SYS_ACCEPT4 Or is there arch which supports both syscall variants? Kind regards, Petr