OSDN Git Service

Update releases for LDP 3.68
[linuxjm/LDP_man-pages.git] / release / man3 / bindresvport.3
index 4895f3e..1016f65 100644 (file)
@@ -1,6 +1,8 @@
 .\" Copyright (C) 2007, Michael Kerrisk <mtk.manpages@gmail.com>
 .\" and Copyright (C) 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
+.\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +22,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" 2007-05-31, mtk: Rewrite and substantial additional text.
 .\" 2008-12-03, mtk: Rewrote some pieces and fixed some errors
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH BINDRESVPORT 3 2008\-12\-03 "" "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1999 Shouichi Saito all rights reserved.
+.\" Translated 1999-08-28, Shouichi Saito <ss236rx@ymg.urban.ne.jp>
+.\" Proofed 1999-09-25, NAKANO Takeo <nakano@apm.seikei.ac.jp>
+.\" Updated 2007-06-11, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.54
+.\" Updated 2008-12-24, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v3.15
+.\" Updated 2013-07-24, Akihiro MOTOKI <amotoki@gmail.com>
+.\"
+.TH BINDRESVPORT 3 2013\-06\-21 "" "Linux Programmer's Manual"
 .SH 名前
 bindresvport \- ソケットを特権 IP ポートにバインドする
 .SH 書式
@@ -64,6 +75,13 @@ bindresvport \- ソケットを特権 IP ポートにバインドする
 .TP 
 \fBEAFNOSUPPORT\fP (glibc 2.7 以前では \fBEPFNOSUPPORT\fP)
 \fIsin\fP が NULL 以外で、かつ \fIsin\->sin_family\fP が \fBAF_INET\fP でなかった。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+glibc 2.17 より前のバージョンでは、 \fBbindresvport\fP()
+関数は保護されていない静的変数を使用しているため、スレッドセーフではない。
+
+.\" commit f6da27e53695ad1cc0e2a9490358decbbfdff5e5
+glibc 2.17 以降では、 \fBbindresvport\fP() 関数は静的変数を保護するロックを使っており、スレッドセーフである。
 .SH 準拠
 POSIX.1\-2001 にはない。 BSD, Solaris およびその他の多くのシステムに存在する。
 .SH 注意
@@ -71,3 +89,7 @@ POSIX.1\-2001 にはない。 BSD, Solaris およびその他の多くのシス
 で渡した値はどんな値であっても無視される。
 .SH 関連項目
 \fBbind\fP(2), \fBgetsockname\fP(2)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.68 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。