blob: 00ed08a20f5ff646b5bf616472b0679f04eefab3 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(getrlimit)
movl $__NR_getrlimit, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno_internal
1:
ret
END(getrlimit)
ALIAS_SYMBOL(getrlimit64, getrlimit)