Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
HEAD
/
.
/
libc
/
arch-arm64
/
syscalls
/
quotactl.S
blob: b67d47ec9b93a37abb4a45d0eb59a57cf1b78738 [
file
] [
log
] [
blame
]
Elliott Hughes
eafad49
2016-04-05 23:01:42 -0700
[
diff
] [
blame
]
1
/*
Generated by gensyscalls.py. Do not edit.
*/
2
3
#include <private/bionic_asm.h>
4
5
ENTRY
(
quotactl
)
6
mov x8
,
__NR_quotactl
7
svc
#0
8
9
cmn x0
,
#(MAX_ERRNO + 1)
10
cneg x0
,
x0
,
hi
11
b.hi __set_errno_internal
12
13
ret
14
END
(
quotactl
)