Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
d994622ebf2c4b7e918d9e1f1840f9df88ee7222
/
.
/
libc
/
arch-x86_64
/
syscalls
/
sched_setparam.S
blob: 2964607db6a3b9c9beea052d6f691386100f47ca [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
sched_setparam
)
movl
$
__NR_sched_setparam
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
1
:
ret
END
(
sched_setparam
)