[PATCH] fix compat_sys_getrusage
compat_sys_getrusage was returning the result of a logical or. Make it return the result of sys_getrusage if it fails or -EFAULT if we cant write it out to userspace.
Showing
Please register or sign in to comment