Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
af2667f7
Commit
af2667f7
authored
Feb 19, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Delete unused sys32_waitpid.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
a8433137
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
arch/mips/kernel/linux32.c
arch/mips/kernel/linux32.c
+0
-6
No files found.
arch/mips/kernel/linux32.c
View file @
af2667f7
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment