diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/sendmsg.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sendmsg.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sendmsg.S b/nptl/sysdeps/unix/sysv/linux/sendmsg.S deleted file mode 100644 index f83bb58331..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/sendmsg.S +++ /dev/null @@ -1,5 +0,0 @@ -#define socket sendmsg -#define __socket __libc_sendmsg -#define NARGS 3 -#include <pt-socket.S> -weak_alias (__libc_sendmsg, __sendmsg) |