rework langinfo code for ABI compat and for use by time code
[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