Function lrs::syscall::mq_unlink

Destroys a queue.

Syntax

fn mq_unlink(name: &CStr) -> i32

Arguments

NameDescription
name

The name of the queue to destroy.

See also