blob: cf4a78df81d4599fd98adcc1cbf15ecb5b5125b6 [file] [log] [blame]
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(sendmmsg)
6 movq %rcx, %r10
7 movl $__NR_sendmmsg, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
Elliott Hughes7efad832014-09-08 15:25:01 -070013 call __set_errno_internal
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +0100141:
15 ret
16END(sendmmsg)