blob: ce14ba50cd5a2e421123d99455a4d2ec6fdab8a9 [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(recvmmsg)
6 movq %rcx, %r10
7 movl $__NR_recvmmsg, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
13 call __set_errno
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +0100141:
15 ret
16END(recvmmsg)