Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / unix / sysv / linux / connect.S
blob21fc4a64c9f81be103d3ac5abbe3e9677e01ee6a
1 #define socket  connect
2 #define __socket __libc_connect
3 #define NARGS   3
4 #define NEED_CANCELLATION
5 #include <socket.S>
6 weak_alias (__libc_connect, __connect)
7 libc_hidden_weak (__connect)