blob: 9c018baca2e2a075f4adbe40943fa2c8c98cb201 [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
5ENTRY(prlimit64)
Elliott Hughes0f461e32014-01-09 10:17:03 -08006 mov x8, __NR_prlimit64
7 svc #0
8
Elliott Hughes0f461e32014-01-09 10:17:03 -08009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Elliott Hughes0f461e32014-01-09 10:17:03 -080012
13 ret
14END(prlimit64)
15
Christopher Ferrisfa5faa02015-03-24 16:50:46 -070016ALIAS_SYMBOL(prlimit, prlimit64)