Sign in
ara-mdk
/
platform
/
bionic
/
5c5f303e4c661a71ae8e4c7fd99fc7674360321e
/
.
/
libc
/
arch-arm
/
syscalls
/
pipe2.S
blob: a586f495b4b1291c8a4bc5f796393ff216b15205 [
file
] [
log
] [
blame
]
/*
autogenerated by gensyscalls.py
*/
#include <linux/err.h>
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY
(
pipe2
)
mov ip
,
r7
ldr r7
,
=
__NR_pipe2
swi
#0
mov r7
,
ip
cmn r0
,
#(MAX_ERRNO + 1)
bxls lr
neg r0
,
r0
b __set_errno
END
(
pipe2
)