diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/recvfrom.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/recvfrom.S | 5 |
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) |