blob: e9ce811be4f14f823b3ceb003281a3fb5f841953 [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 Albertbc9f9f22014-08-08 15:19:20 -07005 .hidden __set_errno
6
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01007ENTRY(sendmmsg)
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01008 mov x8, __NR_sendmmsg
9 svc #0
10
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +010011 cmn x0, #(MAX_ERRNO + 1)
12 cneg x0, x0, hi
13 b.hi __set_errno
14
15 ret
16END(sendmmsg)