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