3726f9c38b
Bug: 16853291 This reverts commit 512bc5232689bec9c763c8247b59de970096ff87.
20 lines
351 B
ArmAsm
20 lines
351 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(prlimit64)
|
|
movq %rcx, %r10
|
|
movl $__NR_prlimit64, %eax
|
|
syscall
|
|
cmpq $-MAX_ERRNO, %rax
|
|
jb 1f
|
|
negl %eax
|
|
movl %eax, %edi
|
|
call __set_errno
|
|
1:
|
|
ret
|
|
END(prlimit64)
|
|
|
|
.globl prlimit
|
|
.equ prlimit, prlimit64
|