on x86_64 use long instead of long long for 64bit posix types
[musl] / src / unistd / sync.c
index 20fafb4..f18765a 100644 (file)
@@ -3,5 +3,5 @@
 
 void sync(void)
 {
-       syscall(SYS_sync);
+       __syscall(SYS_sync);
 }