mirror of
https://github.com/fluencelabs/musl
synced 2025-05-09 05:42:18 +00:00
fix dummied-out fdatasync
This commit is contained in:
parent
914949d321
commit
ca1773d864
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
int fdatasync(int fd)
|
int fdatasync(int fd)
|
||||||
{
|
{
|
||||||
return 0;
|
return syscall(SYS_fdatasync, fd);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user