remove redundant (unmaintained) check in floatscan
[oweals/musl.git] / src / internal / x86_64 / syscall.s
index 776cde211598b2d797ce810120495f8260040042..6e0db09c307e176c7386cc35546527690ac87efa 100644 (file)
@@ -1,5 +1,5 @@
 .global __syscall
-.type __syscall,%function
+.type __syscall,@function
 __syscall:
        movq %rdi,%rax
        movq %rsi,%rdi
@@ -10,4 +10,3 @@ __syscall:
        movq 8(%rsp),%r9
        syscall
        ret
-.size __syscall,.-__syscall