summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/send.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/send.S')
-rw-r--r--sysdeps/unix/sysv/linux/send.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/send.S b/sysdeps/unix/sysv/linux/send.S
index 596135e690..5191265f62 100644
--- a/sysdeps/unix/sysv/linux/send.S
+++ b/sysdeps/unix/sysv/linux/send.S
@@ -1,3 +1,4 @@
#define socket send
#define NARGS 4
#include <socket.S>
+strong_alias (__send, __libc_send)