glibc/sysdeps/unix/sysv/linux/send.S

5 lines
91 B
ArmAsm

#define socket send
#define NARGS 4
#include <socket.S>
strong_alias (__send, __libc_send)