OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / bionic / libc / arch-x86 / syscalls / inotify_init.S
1 /* 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
9 inotify_init:
10     pushl   %ebx
11     mov     8(%esp), %ebx
12     movl    $__NR_inotify_init, %eax
13     int     $0x80
14     cmpl    $-129, %eax
15     jb      1f
16     negl    %eax
17     pushl   %eax
18     call    __set_errno
19     addl    $4, %esp
20     orl     $-1, %eax
21 1:
22     popl    %ebx
23     ret