commit | 0c99adb0a6dfe292842a8142b48e494d7731f5fe | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jul 20 12:27:09 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jul 20 12:27:09 2007 +0900 |
tree | 2f6433658127209ac27f72054fbc6efd9efad84a | |
parent | 39c7aa9ea9b6175f4313f69ef9f8e0a3a9bba5bb [diff] |
sh: Wire up fallocate() syscall. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/include/asm-sh/unistd.h b/include/asm-sh/unistd.h index 77bcb09..b182b1c 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__