add and consolidate nasty stdio_ext junk
[oweals/musl.git] / src / unistd / sync.c
index 20fafb4a93c6b28270ddeaa6c24d8aa6bb3756ef..f18765aa85063b6052ae6d6ffd625cfac617e705 100644 (file)
@@ -3,5 +3,5 @@
 
 void sync(void)
 {
-       syscall(SYS_sync);
+       __syscall(SYS_sync);
 }