update ctype data to unicode 12.1.0
[musl] / src / unistd / fsync.c
index dc4727c..7a1c80b 100644 (file)
@@ -3,5 +3,5 @@
 
 int fsync(int fd)
 {
-       return syscall(SYS_fsync, fd);
+       return syscall_cp(SYS_fsync, fd);
 }