index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
unistd
/
fdatasync.c
blob: e65c79f02d22a4921a896d4f0d1fa373ef40405d (
plain
)
1
2
3
4
5
6
#include <syscall.h> int fdatasync(int fildes) { return syscall(fdatasync, fildes); }