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