blob: b451e8f063a8ed041d18910dedd06ff52cea27db [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)
6 movq %rcx, %r10
7 movl $__NR_prlimit64, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
13 call __set_errno
14 orq $-1, %rax
151:
16 ret
17END(prlimit64)
18
19 .globl _C_LABEL(prlimit)
20 .equ _C_LABEL(prlimit), _C_LABEL(prlimit64)