OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / fcloseall.3
index e531ddd..6fd3167 100644 (file)
@@ -44,10 +44,9 @@ fcloseall \- 開いているすべてのストリームを閉じる
 標準入出力 \fIstdin\fP, \fIstdout\fP, \fIstderr\fP も閉じられる。
 .SH 返り値
 この関数は、すべてのファイルが正常に閉じられた場合 0 を返す。 エラーの場合、 \fBEOF\fP を返す。
-.SH ATTRIBUTES
-.SS "Multithreading (see pthreads(7))"
-The \fBfcloseall\fP()  function does not lock the streams, so it is not
-thread\-safe.
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+\fBfcloseall\fP() 関数はストリームのロックを行わない。そのため、スレッドセーフではない。
 .SH 準拠
 この関数は GNU 拡張である。
 .SH 関連項目