summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/unistd_64.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-03-22 21:56:08 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-03-22 21:56:08 +0900
commit2a03cfbd906dc9bbf5e9a97727cf4ba1889d4829 (patch)
tree48fe362b055ae263d94cd2821a34b10e060e7efe /arch/sh/include/asm/unistd_64.h
parenteddecbb601c9ea3fab7e67d7892010fc9426d1e6 (diff)
downloadop-kernel-dev-2a03cfbd906dc9bbf5e9a97727cf4ba1889d4829.zip
op-kernel-dev-2a03cfbd906dc9bbf5e9a97727cf4ba1889d4829.tar.gz
sh: wire up sys_syncfs.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/unistd_64.h')
-rw-r--r--arch/sh/include/asm/unistd_64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h
index 953da4a..a694009 100644
--- a/arch/sh/include/asm/unistd_64.h
+++ b/arch/sh/include/asm/unistd_64.h
@@ -393,10 +393,11 @@
#define __NR_name_to_handle_at 370
#define __NR_open_by_handle_at 371
#define __NR_clock_adjtime 372
+#define __NR_syncfs 373
#ifdef __KERNEL__
-#define NR_syscalls 373
+#define NR_syscalls 374
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
OpenPOWER on IntegriCloud