blob: bd1495a18d949a058ec8d8ae1dd68d177d3d5dc7 [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)
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01006 mov x8, __NR_recvmmsg
7 svc #0
8
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
11 b.hi __set_errno
12
13 ret
14END(recvmmsg)