OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / mq_unlink.3
index ee2f4f6..d9ded79 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MQ_UNLINK 3 2010-08-29 "Linux" "Linux Programmer's Manual"
+.TH MQ_UNLINK 3 2014-06-13 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mq_unlink \- remove a message queue
 .SH SYNOPSIS
@@ -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
@@ -70,10 +75,11 @@ POSIX.1-2001.
 .BR mq_send (3),
 .BR mq_overview (7)
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.