blob: 3ae9e1b198dedf7e726b1c45013117e1a4c58715 [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
Elliott Hughes0f461e32014-01-09 10:17:03 -08005ENTRY(prlimit64)
6 mov ip, r7
7 ldr r7, =__NR_prlimit64
8 swi #0
9 mov r7, ip
10 cmn r0, #(MAX_ERRNO + 1)
11 bxls lr
12 neg r0, r0
Elliott Hughes011e1112014-09-08 15:25:01 -070013 b __set_errno_internal
Elliott Hughes0f461e32014-01-09 10:17:03 -080014END(prlimit64)