9aceab5015
Bug: http://code.google.com/p/android/issues/detail?id=53104 Change-Id: Iaabf7025b153e96dc5eca231a33a32d4cb7d8116
27 lines
567 B
ArmAsm
27 lines
567 B
ArmAsm
/* autogenerated by gensyscalls.py */
|
|
#include <linux/err.h>
|
|
#include <machine/asm.h>
|
|
#include <sys/linux-syscalls.h>
|
|
|
|
ENTRY(inotify_add_watch)
|
|
pushl %ebx
|
|
pushl %ecx
|
|
pushl %edx
|
|
mov 16(%esp), %ebx
|
|
mov 20(%esp), %ecx
|
|
mov 24(%esp), %edx
|
|
movl $__NR_inotify_add_watch, %eax
|
|
int $0x80
|
|
cmpl $-MAX_ERRNO, %eax
|
|
jb 1f
|
|
negl %eax
|
|
pushl %eax
|
|
call __set_errno
|
|
addl $4, %esp
|
|
orl $-1, %eax
|
|
1:
|
|
popl %edx
|
|
popl %ecx
|
|
popl %ebx
|
|
ret
|
|
END(inotify_add_watch)
|