mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
6 lines
133 B
ArmAsm
6 lines
133 B
ArmAsm
#define socket sendmsg
|
|
#define __socket __libc_sendmsg
|
|
#define NARGS 3
|
|
#include <pt-socket.S>
|
|
weak_alias (__libc_sendmsg, __sendmsg)
|