blob: c612b83e4e18ba91b2c57797feef3d4bac4c44e4 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/* autogenerated by gensyscalls.py */
2#include <sys/linux-syscalls.h>
3
4 .text
5 .type inotify_init, #function
6 .globl inotify_init
7 .align 4
8 .fnstart
9
10inotify_init:
11 .save {r4, r7}
12 stmfd sp!, {r4, r7}
13 ldr r7, =__NR_inotify_init
14 swi #0
15 ldmfd sp!, {r4, r7}
16 movs r0, r0
17 bxpl lr
18 b __set_syscall_errno
19 .fnend