about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/recv.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/recv.S')
-rw-r--r--sysdeps/unix/sysv/linux/recv.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/recv.S b/sysdeps/unix/sysv/linux/recv.S
index ae17ba3fd3..d895080f9a 100644
--- a/sysdeps/unix/sysv/linux/recv.S
+++ b/sysdeps/unix/sysv/linux/recv.S
@@ -1,3 +1,4 @@
 #define	socket	recv
 #define	NARGS	4
 #include <socket.S>
+strong_alias (__recv, __libc_recv)