remove unused #undef environ now that libc.h no longer #defines it
[musl] / src / internal / x86_64 / syscall.s
index 776cde2..6e0db09 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