X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Ffcloseall.3;fp=original%2Fman3%2Ffcloseall.3;h=cf6dbfa0d91a8921a1ff40b7dc125f1b937396be;hb=73cdbcd8b7948c6010c7756d89d5c0445ecba990;hp=001bd99f9c1d0c69a25234ea751270501768465d;hpb=c8cd646b41355f90107c74c55f80ec293fbff17b;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/fcloseall.3 b/original/man3/fcloseall.3 index 001bd99f..cf6dbfa0 100644 --- a/original/man3/fcloseall.3 +++ b/original/man3/fcloseall.3 @@ -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