This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
musl
mirror of
git://git.musl-libc.org/musl
Watch
1
Star
0
Fork
You've already forked musl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f74574fe6
musl
/
src
/
unistd
/
fsync.c
8 lines
96 B
C
Raw
Blame
History
#
include
<unistd.h>
#
include
"syscall.h"
int
fsync
(
int
fd
)
{
return
syscall
(
SYS_fsync
,
fd
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink