]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/sendmsg.S
Update.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / sendmsg.S
CommitLineData
d2f5be2a 1#define socket sendmsg
74015205 2#define __socket __libc_sendmsg
2f6d1f1b 3#define NARGS 3
d2f5be2a 4#include <socket.S>
74015205 5weak_alias (__libc_sendmsg, __sendmsg)