Skip to content

Commit

Permalink
compat_sys_wait4() prototype misannotation
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent 782a6de commit 7d61c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 7d61c45

Please sign in to comment.