Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/q
/
.
/
libc
/
arch-arm64
/
syscalls
/
syncfs.S
blob: 773c0cb45eb955a8c58126704695edf4b40d84c3 [
file
] [
log
] [
blame
]
Elliott Hughes
896362e
2017-08-24 16:31:49 -0700
[
diff
] [
blame
]
1
/*
Generated by gensyscalls.py. Do not edit.
*/
2
3
#include <private/bionic_asm.h>
4
5
ENTRY
(
syncfs
)
6
mov x8
,
__NR_syncfs
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
(
syncfs
)