summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/unistd.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-20 05:27:09 +0200
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 05:27:09 +0200
commit0c99adb0a6dfe292842a8142b48e494d7731f5fe (patch)
tree2f6433658127209ac27f72054fbc6efd9efad84a /include/asm-sh/unistd.h
parentsh: intc - add support for 7780 (diff)
downloadlinux-0c99adb0a6dfe292842a8142b48e494d7731f5fe.tar.xz
linux-0c99adb0a6dfe292842a8142b48e494d7731f5fe.zip
sh: Wire up fallocate() syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/unistd.h')
-rw-r--r--include/asm-sh/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sh/unistd.h b/include/asm-sh/unistd.h
index 77bcb09d6ac8..b182b1cb05fd 100644
--- a/include/asm-sh/unistd.h
+++ b/include/asm-sh/unistd.h
@@ -332,8 +332,9 @@
#define __NR_signalfd 321
#define __NR_timerfd 322
#define __NR_eventfd 323
+#define __NR_fallocate 324
-#define NR_syscalls 324
+#define NR_syscalls 325
#ifdef __KERNEL__