OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / fcloseall.3
index 001bd99..397ede2 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
@@ -60,3 +65,11 @@ This function is a GNU extension.
 .BR fflush (3),
 .BR fopen (3),
 .BR setbuf (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.