Home
last modified time | relevance | path

Searched hist:edafea1330133eb8f6580a1c4f84fc5ec766eb4c (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.hdiff edafea1330133eb8f6580a1c4f84fc5ec766eb4c Tue Jan 31 13:10:20 CST 2012 Alexander Graf <agraf@suse.de> linux-user: fix BLK ioctl arguments

Some BLK ioctls passed sizeof(x) into a macro that already did sizeof() on
the passed in argument, rendering the size information inside the ioctl be
the size of the host default integer type.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>