From ba664d7a58792de3fadf2ad2d20b0dac1c416ae6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 19 Nov 1997 22:59:50 +0000 Subject: (Scanning Directory Content): Document error case more. --- manual/filesys.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/filesys.texi b/manual/filesys.texi index afe072c594..889c083c12 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 -- cgit v1.2.3