move tlsdesc and internal dl function declarations to dynlink.h
[musl] / src / internal / x86_64 / syscall.s
index 7bec729..c4bee80 100644 (file)
@@ -1,7 +1,7 @@
 .global __syscall
-.type __syscall,%function
+.hidden __syscall
+.type __syscall,@function
 __syscall:
-di,si,dx,cx,r8,r9
        movq %rdi,%rax
        movq %rsi,%rdi
        movq %rdx,%rsi
@@ -11,4 +11,3 @@ di,si,dx,cx,r8,r9
        movq 8(%rsp),%r9
        syscall
        ret
-.size __syscall,.-__syscall