Skip to content
Commit 2ed7c03e authored by Heiko Carstens's avatar Heiko Carstens
Browse files

[CVE-2009-0029] Convert all system calls to return a long



Convert all system calls to return a long. This should be a NOP since all
converted types should have the same size anyway.
With the exception of sys_exit_group which returned void. But that doesn't
matter since the system call doesn't return.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent 4c696ba7
Loading
Loading
Loading
Loading
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