clarify the purpose of this project
[nyanglibc.git] / misc / ioperm.shared.s
blob3b848d5f4aeefefdb1d9d3894247488948d47b94
1 .text
2 .globl ioperm
3 .type ioperm,@function
4 .align 1<<4
5 ioperm:
7 movl $173, %eax
8 syscall
9 cmpq $-4095, %rax
10 jae 0f
11 ret
12 0: movq __libc_errno@GOTTPOFF(%rip), %rcx
13 neg %eax
14 movl %eax, %fs:(%rcx)
15 or $-1, %rax
16 ret
17 .size ioperm,.-ioperm
18 .globl __GI_ioperm
19 .set __GI_ioperm,ioperm