use weak aliases rather than function pointers to simplify some code
[musl] / src / thread / i386 / syscall_cp.s
index 5190513..05e867a 100644 (file)
@@ -1,6 +1,6 @@
 .text
 .global __syscall_cp_asm
-.type   __syscall_cp_asm,%function
+.type   __syscall_cp_asm,@function
 __syscall_cp_asm:
        pushl %ebx
        pushl %esi