clarify the purpose of this project
[nyanglibc.git] / posix / sched_setp.shared.s
blobc1656fcc4a6ba29c69e82de2f85e9c2615aa5376
1 .text
2 .globl __sched_setparam
3 .type __sched_setparam,@function
4 .align 1<<4
5 __sched_setparam:
6 movl $142, %eax
7 syscall
8 cmpq $-4095, %rax
9 jae 0f
10 ret
12 movq __libc_errno@GOTTPOFF(%rip), %rcx
13 neg %eax
14 movl %eax, %fs:(%rcx)
15 or $-1, %rax
16 ret
17 .size __sched_setparam,.-__sched_setparam
18 .globl __GI___sched_setparam
19 .set __GI___sched_setparam,__sched_setparam
20 .weak sched_setparam
21 sched_setparam = __sched_setparam
22 .globl __GI_sched_setparam
23 .set __GI_sched_setparam,sched_setparam