Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
0ef7a8fd31a7ee9571c54c17e1f42cba4cfb44ec
/
.
/
libc
/
arch-x86_64
/
syscalls
/
ioprio_set.S
blob: 477fe610dec4505f17e842b0cf1f4a006c4a0f78 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
ioprio_set
)
movl
$
__NR_ioprio_set
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
1
:
ret
END
(
ioprio_set
)