summaryrefslogtreecommitdiffstats
path: root/linux-user/i386
diff options
context:
space:
mode:
authorTom Musta2014-08-12 20:53:36 +0200
committerRiku Voipio2014-08-22 14:06:34 +0200
commitb6ce1f6b90903961f66b0aec7be75d6c94560e40 (patch)
tree96221ce865de6fd007f77cee98b32af000365331 /linux-user/i386
parentlinux-user: Make ipc syscall's third argument an abi_long (diff)
downloadqemu-b6ce1f6b90903961f66b0aec7be75d6c94560e40.tar.gz
qemu-b6ce1f6b90903961f66b0aec7be75d6c94560e40.tar.xz
qemu-b6ce1f6b90903961f66b0aec7be75d6c94560e40.zip
linux-user: Conditionally Pass Attribute Pointer to mq_open()
The mq_open system call takes an optional struct mq_attr pointer argument in the fourth position. This pointer is used when O_CREAT is specified in the flags (second) argument. It may be NULL, in which case the queue is created with implementation defined attributes. Change the code to properly handle the case when NULL is passed in the arg4 position. Signed-off-by: Tom Musta <tommusta@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/i386')
0 files changed, 0 insertions, 0 deletions