diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-03-22 15:56:08 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-22 15:56:08 +0300 |
commit | 2a03cfbd906dc9bbf5e9a97727cf4ba1889d4829 (patch) | |
tree | 48fe362b055ae263d94cd2821a34b10e060e7efe /arch/sh/include/asm/unistd_32.h | |
parent | eddecbb601c9ea3fab7e67d7892010fc9426d1e6 (diff) | |
download | linux-2a03cfbd906dc9bbf5e9a97727cf4ba1889d4829.tar.xz |
sh: wire up sys_syncfs.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/unistd_32.h')
-rw-r--r-- | arch/sh/include/asm/unistd_32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index b5a74e88028d..ca7765e5f967 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h @@ -372,8 +372,9 @@ #define __NR_name_to_handle_at 359 #define __NR_open_by_handle_at 360 #define __NR_clock_adjtime 361 +#define __NR_syncfs 362 -#define NR_syscalls 362 +#define NR_syscalls 363 #ifdef __KERNEL__ |