diff options
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index e25e4c71a879..a7cb377745bf 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h | |||
@@ -296,8 +296,11 @@ | |||
296 | #define __NR_keyctl 288 | 296 | #define __NR_keyctl 288 |
297 | #define __NR_ioprio_set 289 | 297 | #define __NR_ioprio_set 289 |
298 | #define __NR_ioprio_get 290 | 298 | #define __NR_ioprio_get 290 |
299 | #define __NR_inotify_init 291 | ||
300 | #define __NR_inotify_add_watch 292 | ||
301 | #define __NR_inotify_rm_watch 293 | ||
299 | 302 | ||
300 | #define NR_syscalls 291 | 303 | #define NR_syscalls 294 |
301 | 304 | ||
302 | /* | 305 | /* |
303 | * user-visible error numbers are in the range -1 - -128: see | 306 | * user-visible error numbers are in the range -1 - -128: see |