mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 08:40:07 +00:00
8 lines
185 B
ArmAsm
8 lines
185 B
ArmAsm
#define socket connect
|
|
#define __socket __libc_connect
|
|
#define NARGS 3
|
|
#define NEED_CANCELLATION
|
|
#include <socket.S>
|
|
weak_alias (__libc_connect, __connect)
|
|
libc_hidden_weak (__connect)
|