diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-16 21:18:52 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 18:30:34 (GMT) |
commit | b6e203d84da8298b903a0ebcad1a8170f3959b4f (patch) | |
tree | d8972816c700aff00ea3fcacf64e188705c63ddb /arch/mips/kernel/scall64-n32.S | |
parent | a4f23e3dfc0931b988f70e38a876bc760400af7b (diff) | |
download | linux-b6e203d84da8298b903a0ebcad1a8170f3959b4f.tar.xz |
Use generic compat_sys_wait4 to implement 32-bit wait4(2).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index e52049c..3a56056 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -176,7 +176,7 @@ EXPORT(sysn32_call_table) PTR sys_fork PTR sys32_execve PTR sys_exit - PTR sys32_wait4 + PTR compat_sys_wait4 PTR sys_kill /* 6060 */ PTR sys32_newuname PTR sys_semget |