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