diff options
author | Peter Maydell | 2016-07-15 13:09:31 +0200 |
---|---|---|
committer | Riku Voipio | 2016-07-19 15:18:11 +0200 |
commit | a57f1f8f52aec5c83e63ddf274fd18e2eece5f2b (patch) | |
tree | f81e38c16c999df036d630bb1cbcd6113ddef068 /hw/intc/apic_common.c | |
parent | linux-user: define missing sparc syscalls (diff) | |
download | qemu-a57f1f8f52aec5c83e63ddf274fd18e2eece5f2b.tar.gz qemu-a57f1f8f52aec5c83e63ddf274fd18e2eece5f2b.tar.xz qemu-a57f1f8f52aec5c83e63ddf274fd18e2eece5f2b.zip |
linux-user: Fix type for SIOCATMARK ioctl
The SIOCATMARK ioctl takes an argument which should be a
pointer to an integer where the kernel will write the result.
We were incorrectly declaring it as TYPE_NULL which would mean
it would always fail (with EFAULT) when it should succeed.
Correct the type.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'hw/intc/apic_common.c')
0 files changed, 0 insertions, 0 deletions