about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/connect.S
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/connect.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/connect.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/connect.S b/nptl/sysdeps/unix/sysv/linux/connect.S
deleted file mode 100644
index ce6a038fa5..0000000000
--- a/nptl/sysdeps/unix/sysv/linux/connect.S
+++ /dev/null
@@ -1,6 +0,0 @@
-#define	socket	connect
-#define __socket __libc_connect
-#define	NARGS	3
-#include <pt-socket.S>
-strong_alias (__libc_connect, __connect_internal)
-weak_alias (__libc_connect, __connect)