Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
6380b51a8d775a3b572b2db15195f279cb5565f6
/
.
/
libc
/
arch-mips
/
syscalls
/
futex.S
blob: a865fea10baea01f0a3701286614ce5ea980b515 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
futex
)
.set noreorder
.cpload t9
li v0
,
__NR_futex
syscall
bnez a3
,
1
f
move a0
,
v0
j ra
nop
1
:
la t9
,
__set_errno
j t9
nop
.set reorder
END
(
futex
)