restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / signal / i386 / restore.s
1 .global __restore
2 .type __restore,@function
3 __restore:
4         popl %eax
5         movl $119, %eax
6         int $0x80
7
8 .global __restore_rt
9 .type __restore_rt,@function
10 __restore_rt:
11         movl $173, %eax
12         int $0x80