Commit d780ba1c authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] Fix compat_sys_getrusage. Again

I must not ignore compiler warnings.
I must not ignore compiler warnings.
I must not ignore compiler warnings.
parent 5e9a1167
......@@ -354,6 +354,8 @@ asmlinkage long compat_sys_getrusage(int who, struct compat_rusage *ru)
if (put_compat_rusage(ru, &r))
return -EFAULT;
return 0;
}
asmlinkage long
......
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