summary refs log tree commit diff stats
path: root/scripts/tracetool/backend
diff options
context:
space:
mode:
authorTom Musta <tommusta@gmail.com>2014-08-12 13:53:36 -0500
committerRiku Voipio <riku.voipio@linaro.org>2014-08-22 15:06:34 +0300
commitb6ce1f6b90903961f66b0aec7be75d6c94560e40 (patch)
tree96221ce865de6fd007f77cee98b32af000365331 /scripts/tracetool/backend
parent37ed09560c51465c3b8a659b9d18d43e75726c04 (diff)
downloadfocaccia-qemu-b6ce1f6b90903961f66b0aec7be75d6c94560e40.tar.gz
focaccia-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 'scripts/tracetool/backend')
0 files changed, 0 insertions, 0 deletions