X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-i386%2Funistd.h;h=a7cb377745bf01968d49984ade8d57fcd27369dd;hb=6d1d07e41a1de478a0da3cc14b4a8054ef09931c;hp=e25e4c71a879a7687434a6f258a391a437fea81b;hpb=22e2c507c301c3dbbcf91b4948b88f78842ee6c9;p=linux-2.6 diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index e25e4c71a8..a7cb377745 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h @@ -296,8 +296,11 @@ #define __NR_keyctl 288 #define __NR_ioprio_set 289 #define __NR_ioprio_get 290 +#define __NR_inotify_init 291 +#define __NR_inotify_add_watch 292 +#define __NR_inotify_rm_watch 293 -#define NR_syscalls 291 +#define NR_syscalls 294 /* * user-visible error numbers are in the range -1 - -128: see