diff options
author | Tom Musta <tommusta@gmail.com> | 2014-08-12 13:53:36 -0500 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2014-08-22 15:06:34 +0300 |
commit | b6ce1f6b90903961f66b0aec7be75d6c94560e40 (patch) | |
tree | 96221ce865de6fd007f77cee98b32af000365331 /audio | |
parent | 37ed09560c51465c3b8a659b9d18d43e75726c04 (diff) |
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 'audio')
0 files changed, 0 insertions, 0 deletions