mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 22:41:37 +00:00
fix dummied-out fdatasync
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
|
||||
int fdatasync(int fd)
|
||||
{
|
||||
return 0;
|
||||
return syscall(SYS_fdatasync, fd);
|
||||
}
|
||||
|
Reference in New Issue
Block a user