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