aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/recvfrom.S
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/recvfrom.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/recvfrom.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/recvfrom.S b/nptl/sysdeps/unix/sysv/linux/recvfrom.S
deleted file mode 100644
index 0b938e3bb4..0000000000
--- a/nptl/sysdeps/unix/sysv/linux/recvfrom.S
+++ /dev/null
@@ -1,5 +0,0 @@
-#define socket recvfrom
-#define __socket __libc_recvfrom
-#define NARGS 6
-#include <pt-socket.S>
-weak_alias (__libc_recvfrom, __recvfrom)