OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / bindresvport.3
index 4faac68..05901f3 100644 (file)
@@ -67,14 +67,13 @@ 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.
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+glibc 2.17 より前のバージョンでは、 \fBbindresvport\fP()
+関数は保護されていない静的変数を使用しているため、スレッドセーフではない。
 
 .\" commit f6da27e53695ad1cc0e2a9490358decbbfdff5e5
-Since glibc 2.17, the \fBbindresvport\fP()  function uses a lock to protect
-static variable, so it is thread\-safe.
+glibc 2.17 以降では、 \fBbindresvport\fP() 関数は静的変数を保護するロックを使っており、スレッドセーフである。
 .SH 準拠
 POSIX.1\-2001 にはない。 BSD, Solaris およびその他の多くのシステムに存在する。
 .SH 注意