Searched hist:f443e3960d9d3340dd286e5fc0b661bb165a8b22 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | diff f443e3960d9d3340dd286e5fc0b661bb165a8b22 Thu Oct 12 10:30:45 CDT 2017 Peter Maydell <peter.maydell@linaro.org> linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS values
The TARGET_MTIOCTOP/TARGET_MTIOCGET/TARGET_MTIOCPOS values were being defined in terms of host struct types, but these structures are such that their size might differ on different hosts. Switch to using a target struct definition instead.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
|