* doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib.
+2018-10-07 Bruno Haible <bruno@clisp.org>
+
+ dirent: Update documentation.
+ * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib.
+
2018-10-05 Bruno Haible <bruno@clisp.org>
strpbrk: Make it possible to namespace the defined symbol.
Portability problems fixed by Gnulib:
@itemize
+@item
+This header file is missing on some platforms:
+MSVC 14.
+
@item
The type @code{ino_t} is missing on some platforms:
glibc 2.23 and others.
Portability problems not fixed by Gnulib:
@itemize
-@item
-This header file is missing on some platforms:
-MSVC 14.
-
@item
Although many systems define a @code{struct dirent} member named
@code{d_type} and directory entry type macros like @code{DT_DIR} and