Skip to content

Commit

Permalink
sh64: Wire up fallocate() syscall.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jul 20, 2007
1 parent 9a79b22 commit a13c16e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/sh64/kernel/syscalls.S
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,4 @@ sys_call_table:
.long sys_signalfd
.long sys_timerfd /* 350 */
.long sys_eventfd
.long sys_fallocate
3 changes: 2 additions & 1 deletion include/asm-sh64/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a13c16e

Please sign in to comment.