summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/filesys.texi2
1 files changed, 1 insertions, 1 deletions
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