remove all .size and .type directives for functions from the asm
[musl] / src / signal / x86_64 / restore.s
1 .global __restore_rt
2 .global __restore
3 __restore_rt:
4 __restore:
5         movl $15, %eax
6         syscall