Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
0f7d882bb7661f9601f3843b0e393b6155cd9571
/
.
/
libc
/
arch-x86_64
/
syscalls
/
inotify_add_watch.S
blob: 47e15ab57e88b453b0229cb28fd0a48e9462e86b [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
inotify_add_watch
)
movl
$
__NR_inotify_add_watch
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
1
:
ret
END
(
inotify_add_watch
)