From: Ulrich Drepper Date: Wed, 19 Nov 1997 22:59:50 +0000 (+0000) Subject: (Scanning Directory Content): Document error case more. X-Git-Tag: cvs/glibc-2_0_6-pre2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba664d7a58792de3fadf2ad2d20b0dac1c416ae6;p=thirdparty%2Fglibc.git (Scanning Directory Content): Document error case more. --- diff --git a/manual/filesys.texi b/manual/filesys.texi index afe072c594e..889c083c12a 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -338,7 +338,7 @@ value. Use @code{readdir_r} when this is critical. @comment dirent.h @comment GNU -@deftypefun int readdir_r (DIR *@var{dirstream}, struct *@var{entry}, struct **@var{result}) +@deftypefun int readdir_r (DIR *@var{dirstream}, struct dirent *@var{entry}, struct dirent **@var{result}) This function is the reentrant version of @code{readdir}. Like @code{readdir} it returns the next entry from the directory. But to prevent conflicts for simultaneously running threads the result is not