fix inconsistent visibility for internal syscall symbols
[musl] / src / internal / x32 / syscall.s
index 6e0db09..c4bee80 100644 (file)
@@ -1,4 +1,5 @@
 .global __syscall
+.hidden __syscall
 .type __syscall,@function
 __syscall:
        movq %rdi,%rax