blob: d3e07b9a43fd0d1503487a9f9ddfe139797f7ac5 [file] [log] [blame]
Elliott Hughes0f461e32014-01-09 10:17:03 -08001/* 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
Elliott Hughes0f461e32014-01-09 10:17:03 -08007ENTRY(prlimit64)
Elliott Hughes0f461e32014-01-09 10:17:03 -08008 mov x8, __NR_prlimit64
9 svc #0
10
Elliott Hughes0f461e32014-01-09 10:17:03 -080011 cmn x0, #(MAX_ERRNO + 1)
12 cneg x0, x0, hi
13 b.hi __set_errno
14
15 ret
16END(prlimit64)
17
Elliott Hughes986f9062014-02-18 16:42:36 -080018 .globl prlimit
19 .equ prlimit, prlimit64