Commit a51571ccb8be1b88aea502ebba8350519682c16d

Authored by Aneesh Kumar K.V
Committed by Al Viro
1 parent 6aae5f2b20

unistd.h: Add new syscalls numbers to asm-generic

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 5 additions and 1 deletions Side-by-side Diff

include/asm-generic/unistd.h
... ... @@ -646,9 +646,13 @@
646 646 __SYSCALL(__NR_fanotify_init, sys_fanotify_init)
647 647 #define __NR_fanotify_mark 263
648 648 __SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)
  649 +#define __NR_name_to_handle_at 264
  650 +__SYSCALL(__NR_name_to_handle_at, sys_name_to_handle_at)
  651 +#define __NR_open_by_handle_at 265
  652 +__SYSCALL(__NR_open_by_handle_at, sys_open_by_handle_at)
649 653  
650 654 #undef __NR_syscalls
651   -#define __NR_syscalls 264
  655 +#define __NR_syscalls 266
652 656  
653 657 /*
654 658 * All syscalls below here should go away really,