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