Skip to content
Snippets Groups Projects
Commit 291fdb0b authored by Heiko Carstens's avatar Heiko Carstens
Browse files

ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t


Change the type of compat_sys_msgrcv's msgtyp parameter from long
to compat_long_t, since compat user space passes only a 32 bit signed
value.
Let the compat wrapper do proper sign extension to 64 bit of this
parameter.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent c2e7c3d0
No related branches found
No related tags found
No related merge requests found
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