]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-arm64/syscalls/inotify_add_watch.S
support _POSIX_REALTIME_SIGNALS
[android-sdk/platform-bionic.git] / libc / arch-arm64 / syscalls / inotify_add_watch.S
1 /* Generated by gensyscalls.py. Do not edit. */
3 #include <private/bionic_asm.h>
5 ENTRY(inotify_add_watch)
6     mov     x8, __NR_inotify_add_watch
7     svc     #0
9     cmn     x0, #(MAX_ERRNO + 1)
10     cneg    x0, x0, hi
11     b.hi    __set_errno_internal
13     ret
14 END(inotify_add_watch)