diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/recvfrom.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/recvfrom.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/recvfrom.S b/nptl/sysdeps/unix/sysv/linux/recvfrom.S new file mode 100644 index 0000000000..0b938e3bb4 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/recvfrom.S @@ -0,0 +1,5 @@ +#define socket recvfrom +#define __socket __libc_recvfrom +#define NARGS 6 +#include <pt-socket.S> +weak_alias (__libc_recvfrom, __recvfrom) |