blob: fde17f4bdc6c514fa1650609efe860a60e1dacc8 [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 mov ip, r7
Christopher Ferrisf5a91232016-04-27 18:31:02 -07007 .cfi_register r7, ip
Elliott Hugheseafad492016-04-05 23:01:42 -07008 ldr r7, =__NR_quotactl
9 swi #0
10 mov r7, ip
Christopher Ferrisf5a91232016-04-27 18:31:02 -070011 .cfi_restore r7
Elliott Hugheseafad492016-04-05 23:01:42 -070012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
15 b __set_errno_internal
16END(quotactl)