linux-user: Fix TARGET_F_GETOWN definition for Mips
commit3a87a954c84d036b1f6ceb95abbdc80cdc5d5b68
authorAleksandar Markovic <aleksandar.markovic@imgtec.com>
Mon, 19 Sep 2016 11:44:39 +0000 (19 13:44 +0200)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 23 Sep 2016 06:07:32 +0000 (23 07:07 +0100)
tree997a55ee9d011edead02a0f7607afb1c740f47cd
parente1be160691e1d64591c48c16b9a6f3901cee6cbf
linux-user: Fix TARGET_F_GETOWN definition for Mips

For some reason, Qemu's TARGET_F_GETOWN constant for Mips does not
match the correct value of correspondent F_GETOWN. This patch fixes
this problem.

For reference, see Mips' F_GETOWN definition in Linux kernel at
arch/mips/include/uapi/asm/fcntl.h#L44.

This patch also fixes some fcntl()-related LTP tests for Qemu
user mode for Mips.

Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Acked-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
linux-user/syscall_defs.h