about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/setsockopt.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/setsockopt.S')
-rw-r--r--sysdeps/unix/sysv/linux/setsockopt.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/setsockopt.S b/sysdeps/unix/sysv/linux/setsockopt.S
deleted file mode 100644
index 4e40ccba57..0000000000
--- a/sysdeps/unix/sysv/linux/setsockopt.S
+++ /dev/null
@@ -1,5 +0,0 @@
-#define	socket	setsockopt
-#define	NARGS	5
-#define NO_WEAK_ALIAS	1
-#include <socket.S>
-weak_alias (setsockopt, __setsockopt)