diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-16 16:18:52 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:34 -0400 |
commit | b6e203d84da8298b903a0ebcad1a8170f3959b4f (patch) | |
tree | d8972816c700aff00ea3fcacf64e188705c63ddb /arch/mips/kernel/scall64-o32.S | |
parent | a4f23e3dfc0931b988f70e38a876bc760400af7b (diff) |
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-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 739f3998d76b..271b2cb14da0 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -316,7 +316,7 @@ sys_call_table: | |||
316 | PTR sys_vhangup | 316 | PTR sys_vhangup |
317 | PTR sys_ni_syscall /* was sys_idle */ | 317 | PTR sys_ni_syscall /* was sys_idle */ |
318 | PTR sys_ni_syscall /* sys_vm86 */ | 318 | PTR sys_ni_syscall /* sys_vm86 */ |
319 | PTR sys32_wait4 | 319 | PTR compat_sys_wait4 |
320 | PTR sys_swapoff /* 4115 */ | 320 | PTR sys_swapoff /* 4115 */ |
321 | PTR sys32_sysinfo | 321 | PTR sys32_sysinfo |
322 | PTR sys32_ipc | 322 | PTR sys32_ipc |