OSDN Git Service

(split) LDP: Update drafts based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / draft / man3 / bindresvport.3
index 640be78..4faac68 100644 (file)
@@ -32,7 +32,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH BINDRESVPORT 3 2008\-12\-03 "" "Linux Programmer's Manual"
+.TH BINDRESVPORT 3 2013\-06\-21 "" "Linux Programmer's Manual"
 .SH 名前
 bindresvport \- ソケットを特権 IP ポートにバインドする
 .SH 書式
@@ -67,6 +67,14 @@ bindresvport \- ソケットを特権 IP ポートにバインドする
 .TP 
 \fBEAFNOSUPPORT\fP (glibc 2.7 以前では \fBEPFNOSUPPORT\fP)
 \fIsin\fP が NULL 以外で、かつ \fIsin\->sin_family\fP が \fBAF_INET\fP でなかった。
+.SH ATTRIBUTES
+.SS "Multithreading (see pthreads(7))"
+Before glibc 2.17, the \fBbindresvport\fP()  function uses a static variable
+that is not protected, so it is not thread\-safe.
+
+.\" commit f6da27e53695ad1cc0e2a9490358decbbfdff5e5
+Since glibc 2.17, the \fBbindresvport\fP()  function uses a lock to protect
+static variable, so it is thread\-safe.
 .SH 準拠
 POSIX.1\-2001 にはない。 BSD, Solaris およびその他の多くのシステムに存在する。
 .SH 注意
@@ -75,6 +83,6 @@ POSIX.1\-2001 にはない。 BSD, Solaris およびその他の多くのシス
 .SH 関連項目
 \fBbind\fP(2), \fBgetsockname\fP(2)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。