Commit af2667f7 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Delete unused sys32_waitpid.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a8433137
......@@ -161,12 +161,6 @@ asmlinkage int sys32_execve(nabi_no_regargs struct pt_regs regs)
return error;
}
asmlinkage int
sys32_waitpid(compat_pid_t pid, unsigned int *stat_addr, int options)
{
return compat_sys_wait4(pid, stat_addr, options, NULL);
}
asmlinkage long
sysn32_waitid(int which, compat_pid_t pid,
siginfo_t __user *uinfo, int options,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment