summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/syscalls/inotify_init1.S
blob: 13e175fedcb6f6af5ace86f46bb0a26a99eff6b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Generated by gensyscalls.py. Do not edit. */

#include <private/bionic_asm.h>

ENTRY(inotify_init1)
    mov     ip, r7
    ldr     r7, =__NR_inotify_init1
    swi     #0
    mov     r7, ip
    cmn     r0, #(MAX_ERRNO + 1)
    bxls    lr
    neg     r0, r0
    b       __set_errno
END(inotify_init1)