提交 a13c16e8 编写于 作者: P Paul Mundt

sh64: Wire up fallocate() syscall.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 9a79b227
......@@ -378,3 +378,4 @@ sys_call_table:
.long sys_signalfd
.long sys_timerfd /* 350 */
.long sys_eventfd
.long sys_fallocate
......@@ -374,10 +374,11 @@
#define __NR_signalfd 349
#define __NR_timerfd 350
#define __NR_eventfd 351
#define __NR_fallocate 352
#ifdef __KERNEL__
#define NR_syscalls 352
#define NR_syscalls 353
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册