blob: ce1686f261d40957051125abf10602e619a07ec3 [file] [log] [blame]
Elliott Hughes0f461e32014-01-09 10:17:03 -08001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughes9abbbdc2014-02-19 14:54:31 -08003#include <private/bionic_asm.h>
Elliott Hughes0f461e32014-01-09 10:17:03 -08004
Dan Alberte35fd482014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes9abbbdc2014-02-19 14:54:31 -08007ENTRY(prlimit64)
Elliott Hughes0f461e32014-01-09 10:17:03 -08008 .set noreorder
Elliott Hugheseae27dc2014-02-19 12:20:00 -08009 .cpload t9
10 li v0, __NR_prlimit64
Elliott Hughes0f461e32014-01-09 10:17:03 -080011 syscall
Elliott Hugheseae27dc2014-02-19 12:20:00 -080012 bnez a3, 1f
13 move a0, v0
14 j ra
Elliott Hughes0f461e32014-01-09 10:17:03 -080015 nop
161:
Elliott Hugheseae27dc2014-02-19 12:20:00 -080017 la t9,__set_errno
18 j t9
Elliott Hughes0f461e32014-01-09 10:17:03 -080019 nop
20 .set reorder
Elliott Hughes9abbbdc2014-02-19 14:54:31 -080021END(prlimit64)