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

Commit 422efb17 authored by Kyle McMartin's avatar Kyle McMartin Committed by Ralf Baechle
Browse files

[MIPS] Fix fallocate on o32 binary compat ABI



MIPS was mistakenly forgetting to use the fallocate compat wrapper, which
I noticed while cleaning up all the duplicate fallocate wrappers.

Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9ae6399f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,5 +525,5 @@ sys_call_table:
	PTR	compat_sys_signalfd
	PTR	compat_sys_timerfd
	PTR	sys_eventfd
	PTR	sys_fallocate			/* 4320 */
	PTR	sys32_fallocate			/* 4320 */
	.size	sys_call_table,.-sys_call_table