blob: 427358aa2e61e1be3d01ff6fea741df6aded2de0 [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 movq %rcx, %r10
7 movl $__NR_quotactl, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
13 call __set_errno_internal
141:
15 ret
16END(quotactl)