c01d9b68e7bf458ae67951e98d1821e84729d890
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / sendmsg.S
1 #define socket  sendmsg
2 #define __socket __libc_sendmsg
3 #define NARGS   3
4 #include <socket.S>
5 weak_alias (__libc_sendmsg, __sendmsg)