Skip to content
Snippets Groups Projects
Commit 7d61c459 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

compat_sys_wait4() prototype misannotation

parent 782a6de4
No related branches found
No related tags found
No related merge requests found
......@@ -192,8 +192,8 @@ asmlinkage long compat_sys_select(int n, compat_ulong_t __user *inp,
struct compat_timeval __user *tvp);
asmlinkage long compat_sys_wait4(compat_pid_t pid,
compat_uint_t *stat_addr, int options,
struct compat_rusage *ru);
compat_uint_t __user *stat_addr, int options,
struct compat_rusage __user *ru);
#define BITS_PER_COMPAT_LONG (8*sizeof(compat_long_t))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment