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-n32.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-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 3a56056d8125..982248a17393 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S | |||
@@ -358,7 +358,7 @@ EXPORT(sysn32_call_table) | |||
358 | PTR compat_sys_mq_notify | 358 | PTR compat_sys_mq_notify |
359 | PTR compat_sys_mq_getsetattr | 359 | PTR compat_sys_mq_getsetattr |
360 | PTR sys_ni_syscall /* 6240, sys_vserver */ | 360 | PTR sys_ni_syscall /* 6240, sys_vserver */ |
361 | PTR sys_waitid | 361 | PTR sysn32_waitid |
362 | PTR sys_ni_syscall /* available, was setaltroot */ | 362 | PTR sys_ni_syscall /* available, was setaltroot */ |
363 | PTR sys_add_key | 363 | PTR sys_add_key |
364 | PTR sys_request_key | 364 | PTR sys_request_key |