mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
7 lines
185 B
ArmAsm
7 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)
|