debloat: use __syscall instead of syscall where possible
[musl] / src / unistd / sync.c
index 20fafb4..f18765a 100644 (file)
@@ -3,5 +3,5 @@
 
 void sync(void)
 {
-       syscall(SYS_sync);
+       __syscall(SYS_sync);
 }