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

After research, We think mq_notify() is thread-safe. But, there
is not marking of mq_notify() in glibc document.
- mq_notify: MT-Safe

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Zeng Linggang 2015-05-13 14:53:48 +08:00 committed by Michael Kerrisk
parent 72dd4c2fe1
commit 3964d56df6
1 changed files with 13 additions and 0 deletions

View File

@ -171,6 +171,19 @@ error if
is NULL, and the caller is not currently registered to receive is NULL, and the caller is not currently registered to receive
notifications for the queue notifications for the queue
.IR mqdes . .IR mqdes .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR mq_notify ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO .SH CONFORMING TO
POSIX.1-2001. POSIX.1-2001.
.SH NOTES .SH NOTES