blob: 621466a6a21e3b7ca7bd37d7d2d2cf4404f18022 [file] [log] [blame]
Elliott Hughes6f4594d2015-08-26 13:27:43 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(pwritev)
6 mov x8, __NR_pwritev
7 svc #0
8
9 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
11 b.hi __set_errno_internal
12
13 ret
14END(pwritev)
15
16ALIAS_SYMBOL(pwritev64, pwritev)