Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
94a34010c1f989032c0a4dc7a7a68d069ca23b1e
/
.
/
libc
/
arch-arm
/
syscalls
/
mincore.S
blob: 5ffdc1144bd050b9dc45a3a15d58f39559d337d0 [
file
] [
log
] [
blame
]
/*
autogenerated by gensyscalls.py
*/
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY
(
mincore
)
mov ip
,
r7
ldr r7
,
=
__NR_mincore
swi
#0
mov r7
,
ip
movs r0
,
r0
bxpl lr
b __set_syscall_errno
END
(
mincore
)