xemu/linux-user
Peter Maydell c8b0bf5456 linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET
The definitions for the ioctl numbers TARGET_BLKBSZGET and
TARGET_BLKBSZSET had the wrong size parameters (they are defined
with size_t, not int, even though the ioctl implementations themselves
read and write integers). Since commit 354a0008 we now have an
ioctl wrapper definition for BLKBSZGET and so on an x86-64-to-x86-64
linux-user binary we were triggering the mismatch warning in
syscall_init().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2012-08-13 12:45:24 +01:00
..
2012-03-14 22:20:24 +01:00
2012-07-27 21:13:05 +00:00
2012-04-06 18:49:58 +03:00
2010-10-05 13:53:56 -05:00
2012-04-06 19:25:57 +03:00
2009-07-01 18:24:44 +00:00