Hi eagleking95
Quote
For example the compiler gives the error that __NR_socket or SYS_socket is undeclared.That's because they are called __NR_socketcall or SYS_socketcall.
Quote
I have included sys/syscall.h, syscall.h and bits/syscall.h...