Remove *xattr syscalls.
[glibc.git] / sysdeps / unix / sysv / linux / recv.S
blobcb9eb91b8c991b8a2518f898fcccc8a496f125c2
1 #define socket  recv
2 #define __socket __libc_recv
3 #define NARGS   4
4 #include <socket.S>
5 weak_alias (__libc_recv, __recv)