about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/connect.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/connect.S')
-rw-r--r--sysdeps/unix/sysv/linux/connect.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/connect.S b/sysdeps/unix/sysv/linux/connect.S
index d1dd69a217..2de35180fc 100644
--- a/sysdeps/unix/sysv/linux/connect.S
+++ b/sysdeps/unix/sysv/linux/connect.S
@@ -2,4 +2,5 @@
 #define __socket __libc_connect
 #define	NARGS	3
 #include <socket.S>
+strong_alias (__libc_connect, __connect_internal)
 weak_alias (__libc_connect, __connect)