blob: e85798a1beddcc786500b27c803d3f23fb5b9fce [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(sendmmsg)
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01006 mov x8, __NR_sendmmsg
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(sendmmsg)