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.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/connect.S b/sysdeps/unix/sysv/linux/connect.S
deleted file mode 100644
index 21fc4a64c9..0000000000
--- a/sysdeps/unix/sysv/linux/connect.S
+++ /dev/null
@@ -1,7 +0,0 @@
-#define	socket	connect
-#define __socket __libc_connect
-#define	NARGS	3
-#define NEED_CANCELLATION
-#include <socket.S>
-weak_alias (__libc_connect, __connect)
-libc_hidden_weak (__connect)