Function
lrs
::
syscall
::
mq_unlink
Destroys a queue.
Syntax
fn mq_unlink(name: &
CStr
) -> i32
Arguments
Name
Description
name
The name of the queue to destroy.
See also
mq_unlink(2)