disable sync_file_range for now
[musl] / src / internal / i386 / syscall.s
index 5b19a1b..327d4cc 100644 (file)
@@ -1,5 +1,5 @@
 .global __syscall
-.type __syscall,%function
+.type __syscall,@function
 __syscall:
        pushl %ebx
        pushl %esi
@@ -18,4 +18,3 @@ __syscall:
        popl %esi
        popl %ebx
        ret
-.size __syscall,.-__syscall