]> Git Repo - qemu.git/commit
linux-user: Fix target_flock structure for MIPS O64 ABI
authorAleksandar Markovic <[email protected]>
Fri, 28 Jun 2019 10:43:36 +0000 (12:43 +0200)
committerLaurent Vivier <[email protected]>
Tue, 2 Jul 2019 14:56:46 +0000 (16:56 +0200)
commitbf9136722c47ce964715fa3fcff4b16cbbd08d58
tree6aa8f99cbdd39738c2bc59417d58891f6d8e25fa
parentd42744fe0417a3b88f04f32881b7af9f48de3d2c
linux-user: Fix target_flock structure for MIPS O64 ABI

Among MIPS ABIs, only MIPS O32 and N32 have special (different
than other architectures) definition of structure flock in kernel.

Bring target_flock definition in QEMU for MIPS O64 ABI to the
correct state, which is currently different than the most common
definition, and it should actually be the same.

Reported-by: Dragan Mladjenovic <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <1561718618[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/generic/fcntl.h
linux-user/mips/target_fcntl.h
This page took 0.025839 seconds and 4 git commands to generate.