apply hidden visibility to sigreturn code fragments
[musl.git] / src / signal / i386 / restore.s
blobccc94307aea924e700fc910510b04af6dc1a5f1a
1 .global __restore
2 .hidden __restore
3 .type __restore,@function
4 __restore:
5 popl %eax
6 movl $119, %eax
7 int $0x80
9 .global __restore_rt
10 .hidden __restore_rt
11 .type __restore_rt,@function
12 __restore_rt:
13 movl $173, %eax
14 int $0x80