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

The function mq_close() 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 15:50:38 +08:00 committed by Michael Kerrisk
parent 7675964213
commit 0e7d2e7fcd
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ set to indicate the error.
The descriptor specified in
.I mqdes
is invalid.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR mq_close ()
function is thread-safe.
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES