OSDN Git Service

(split) LDP: Update draft and release (from the previous commit)
[linuxjm/LDP_man-pages.git] / release / man3 / exit.3
index 87b7275..4d10939 100644 (file)
@@ -70,8 +70,7 @@ C 標準では \fBEXIT_SUCCESS\fP と \fBEXIT_FAILURE\fP という 2つの定数
 \fBexit\fP()  関数は返らない。
 .SH 属性
 .SS "マルチスレッディング (pthreads(7) 参照)"
-The \fBexit\fP()  function uses a global variable that is not protected, so it
-is not thread\-safe.
+\fBexit\fP() 関数は保護されていないグローバル変数を使用しているため、スレッドセーフではない。
 .SH 準拠
 SVr4, 4.3BSD, POSIX.1\-2001, C89, C99.
 .SH 注意