Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
bionic
/
8a35704beacd56140ee29c7d23200b6f96597377
/
.
/
libc
/
arch-arm
/
syscalls
/
socketpair.S
blob: f3c8a4bed0c251bff9d9755db8aa3fc3a6c26842 [
file
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
socketpair
)
mov ip
,
r7
ldr r7
,
=
__NR_socketpair
swi
#0
mov r7
,
ip
cmn r0
,
#(MAX_ERRNO + 1)
bxls lr
neg r0
,
r0
b __set_errno_internal
END
(
socketpair
)