blob: 32090de970fc841789a28da442c15005c87800e2 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08004
Elliott Hughescac7b9d2013-10-23 09:48:29 -07005ENTRY(inotify_init1)
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01006 mov ip, r7
Elliott Hughescac7b9d2013-10-23 09:48:29 -07007 ldr r7, =__NR_inotify_init1
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08008 swi #0
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01009 mov r7, ip
Elliott Hughes9aceab52013-03-12 14:57:30 -070010 cmn r0, #(MAX_ERRNO + 1)
11 bxls lr
12 neg r0, r0
Elliott Hughes011e1112014-09-08 15:25:01 -070013 b __set_errno_internal
Elliott Hughescac7b9d2013-10-23 09:48:29 -070014END(inotify_init1)