Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
6f94de3ca49e4ea147b1c59e5818fa175846518f
/
.
/
libc
/
arch-arm
/
syscalls
/
fdatasync.S
blob: 31818c88929700c8e0a47ecb9086e1d33bd8aedf [
file
] [
log
] [
blame
]
/*
autogenerated by gensyscalls.py
*/
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY
(
fdatasync
)
mov ip
,
r7
ldr r7
,
=
__NR_fdatasync
swi
#0
mov r7
,
ip
movs r0
,
r0
bxpl lr
b __set_syscall_errno
END
(
fdatasync
)