blob: 2c8044a12cf29456d54f6666a4130a725a6f4ba7 [file] [log] [blame]
Elliott Hugheseafad492016-04-05 23:01:42 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(quotactl)
6 .set noreorder
Elliott Hughesd4ca2312017-10-11 22:27:45 -07007 .cpload $t9
8 li $v0, __NR_quotactl
Elliott Hugheseafad492016-04-05 23:01:42 -07009 syscall
Elliott Hughesd4ca2312017-10-11 22:27:45 -070010 bnez $a3, 1f
11 move $a0, $v0
12 j $ra
Elliott Hugheseafad492016-04-05 23:01:42 -070013 nop
141:
Elliott Hughesd4ca2312017-10-11 22:27:45 -070015 la $t9,__set_errno_internal
16 j $t9
Elliott Hugheseafad492016-04-05 23:01:42 -070017 nop
18 .set reorder
19END(quotactl)