OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / fcloseall.3
index 001bd99..cf6dbfa 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FCLOSEALL 3  2006-12-27 "GNU" "Linux Programmer's Manual"
+.TH FCLOSEALL 3  2013-06-21 "GNU" "Linux Programmer's Manual"
 .SH NAME
 fcloseall \- close all open streams
 .SH SYNOPSIS
@@ -52,6 +52,11 @@ This function returns 0 if all files were successfully closed;
 on error,
 .B EOF
 is returned.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR fcloseall ()
+function does not lock the streams, so it is not thread-safe.
 .SH CONFORMING TO
 This function is a GNU extension.
 .SH SEE ALSO