Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
f2d8c357eec1bbc4e7441942dfc338ad1d9a207a
/
.
/
libc
/
arch-x86_64
/
syscalls
/
fdatasync.S
blob: 43e368ff38aa27496d6307ab277d4f695a270876 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
fdatasync
)
movl
$
__NR_fdatasync
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call PIC_PLT
(
__set_errno
)
1
:
ret
END
(
fdatasync
)