Skip to content
Commit 07b05345 authored by Al Viro's avatar Al Viro
Browse files

x86: sys32_kill and sys32_mprotect are pointless



their argument types are identical to those of sys_kill and sys_mprotect
resp., so we are not doing any kind of argument validation, etc. in those -
they turn into unconditional branches to corresponding syscalls.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0e65a81b
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