restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / signal / i386 / restore.s
index 298ba9a..a30b69c 100644 (file)
@@ -1,10 +1,12 @@
 .global __restore
+.type __restore,@function
 __restore:
        popl %eax
        movl $119, %eax
        int $0x80
 
 .global __restore_rt
+.type __restore_rt,@function
 __restore_rt:
        movl $173, %eax
        int $0x80