mq_unlink.3: ATTRIBUTES: Note function that is thread-safe

The function mq_unlink() is thread safe.

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Qian Lei 2014-06-09 11:45:03 +08:00 committed by Michael Kerrisk
parent 29d3bdc482
commit 7675964213
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ was too long.
.B ENOENT
There is no message queue with the given
.IR name .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR mq_unlink ()
function is thread-safe.
.SH CONFORMING TO
POSIX.1-2001.
.SH SEE ALSO