about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/recvfrom.S
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/recvfrom.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/recvfrom.S5
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)