Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c99adb0 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Wire up fallocate() syscall.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 39c7aa9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -358,3 +358,4 @@ ENTRY(sys_call_table)
	.long sys_signalfd
	.long sys_timerfd
	.long sys_eventfd
	.long sys_fallocate
+2 −1
Original line number Diff line number Diff line
@@ -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__