mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +00:00
[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: Kyle McMartin <kyle@mcmartin.ca> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
9ae6399f01
commit
422efb17ee
1 changed files with 1 additions and 1 deletions
|
@ -525,5 +525,5 @@ sys_call_table:
|
||||||
PTR compat_sys_signalfd
|
PTR compat_sys_signalfd
|
||||||
PTR compat_sys_timerfd
|
PTR compat_sys_timerfd
|
||||||
PTR sys_eventfd
|
PTR sys_eventfd
|
||||||
PTR sys_fallocate /* 4320 */
|
PTR sys32_fallocate /* 4320 */
|
||||||
.size sys_call_table,.-sys_call_table
|
.size sys_call_table,.-sys_call_table
|
||||||
|
|
Loading…
Reference in a new issue