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