diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-16 16:21:29 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:35 -0400 |
commit | 54f2da755b7f0bf022ea204240cba824af4d80ad (patch) | |
tree | 06c6a800c1023cab23566f33fccb05d9f1de9e73 /arch/mips/kernel/scall64-o32.S | |
parent | a19050f301c55313826a649943d492c65f977479 (diff) |
Implement 32-bit compatibility for waitid(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 271b2cb14da0..00e0d2b8fd8e 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -480,7 +480,7 @@ sys_call_table: | |||
480 | PTR compat_sys_mq_notify /* 4275 */ | 480 | PTR compat_sys_mq_notify /* 4275 */ |
481 | PTR compat_sys_mq_getsetattr | 481 | PTR compat_sys_mq_getsetattr |
482 | PTR sys_ni_syscall /* sys_vserver */ | 482 | PTR sys_ni_syscall /* sys_vserver */ |
483 | PTR sys_waitid | 483 | PTR sys32_waitid |
484 | PTR sys_ni_syscall /* available, was setaltroot */ | 484 | PTR sys_ni_syscall /* available, was setaltroot */ |
485 | PTR sys_add_key /* 4280 */ | 485 | PTR sys_add_key /* 4280 */ |
486 | PTR sys_request_key | 486 | PTR sys_request_key |