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