blob: b9cae69bb7661db73216282a17eade7d7e14303e [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
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +010012
13 ret
14END(recvmmsg)