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
/
fsync.c
blob: e92e1cc1413cebf92b064e51733efcb1f92b00f2 (
plain
)
1
2
3
4
5
6
#include <syscall.h> int fsync(int fildes) { return syscall(fsync, fildes); }