summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/connect.S
blob: 2840c58174f444948e701e50f0f5f2d21138cf65 (plain)
1
2
3
4
#define	socket	connect
#define	NARGS	3
#include <socket.S>
strong_alias (__connect, __libc_connect)