blob: 327932547b806d81bf250a84db1118aa8d206812 [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
Dan Alberte35fd482014-08-08 15:19:20 -07005 .hidden __set_errno
6
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01007ENTRY(recvmmsg)
8 movq %rcx, %r10
9 movl $__NR_recvmmsg, %eax
10 syscall
11 cmpq $-MAX_ERRNO, %rax
12 jb 1f
13 negl %eax
14 movl %eax, %edi
15 call __set_errno
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +0100161:
17 ret
18END(recvmmsg)