blob: 427358aa2e61e1be3d01ff6fea741df6aded2de0 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(quotactl)
movq %rcx, %r10
movl $__NR_quotactl, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno_internal
1:
ret
END(quotactl)