OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man3 / mq_close.3
index d0df3da..3518991 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MQ_CLOSE 3 2010-08-29 "Linux" "Linux Programmer's Manual"
+.TH MQ_CLOSE 3 2014-06-13 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mq_close \- close a message queue descriptor
 .SH SYNOPSIS
@@ -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
@@ -71,7 +76,7 @@ or upon
 .BR mq_unlink (3),
 .BR mq_overview (7)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,