inotify_init1.S revision cac7b9d6ec1a09814bc028e2f768db732f018891
1/* Generated by gensyscalls.py. Do not edit. */
2
3#include <asm/unistd.h>
4    .text
5    .globl inotify_init1
6    .align 4
7    .ent inotify_init1
8
9inotify_init1:
10    .set noreorder
11    .cpload $t9
12    li $v0, __NR_inotify_init1
13    syscall
14    bnez $a3, 1f
15    move $a0, $v0
16    j $ra
17    nop
181:
19    la $t9,__set_errno
20    j $t9
21    nop
22    .set reorder
23    .end inotify_init1
24