add and consolidate nasty stdio_ext junk
[oweals/musl.git] / src / unistd / fsync.c
index 7cfedc98d6517f2f269b711f76f6947d7cba82c7..5991c66b3172b78790b35adb48980d5697133b0e 100644 (file)
@@ -3,6 +3,6 @@
 
 int fsync(int fd)
 {
-       //return syscall1(__NR_fsync, fd);
+       //return syscall(SYS_fsync, fd);
        return 0;
 }