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

The functions mq_getattr() and mq_setattr() are 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 17:50:14 +08:00 committed by Michael Kerrisk
parent 0e7d2e7fcd
commit dda654f418
1 changed files with 7 additions and 0 deletions

View File

@ -134,6 +134,13 @@ is invalid.
.I newattr\->mq_flags
contained set bits other than
.BR O_NONBLOCK .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR mq_getattr ()
and
.BR mq_setattr ()
functions are thread-safe.
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES