diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-02-18 22:20:07 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 08:27:45 -0500 |
commit | af2667f7efa64706c78b8bee1398726fc86b42ad (patch) | |
tree | 126b18451aa5ded3fcaf4219c7645fd4ab726112 /arch/mips | |
parent | a8433137ea9143bb3a2bc18a3407b5a130fdb868 (diff) |
[MIPS] Delete unused sys32_waitpid.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/linux32.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index e00e5f6e7fdd..396592467da8 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c | |||
@@ -161,12 +161,6 @@ out: | |||
161 | return error; | 161 | return error; |
162 | } | 162 | } |
163 | 163 | ||
164 | asmlinkage int | ||
165 | sys32_waitpid(compat_pid_t pid, unsigned int *stat_addr, int options) | ||
166 | { | ||
167 | return compat_sys_wait4(pid, stat_addr, options, NULL); | ||
168 | } | ||
169 | |||
170 | asmlinkage long | 164 | asmlinkage long |
171 | sysn32_waitid(int which, compat_pid_t pid, | 165 | sysn32_waitid(int which, compat_pid_t pid, |
172 | siginfo_t __user *uinfo, int options, | 166 | siginfo_t __user *uinfo, int options, |