changeset 39892:6475c170e833

dirent: Update documentation. * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib.
author Bruno Haible <bruno@clisp.org>
date Sun, 07 Oct 2018 11:04:50 +0200
parents ecf9a91cdbcb
children 070416c7e317
files ChangeLog doc/posix-headers/dirent.texi
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 05 21:54:56 2018 +0200
+++ b/ChangeLog	Sun Oct 07 11:04:50 2018 +0200
@@ -1,3 +1,8 @@
+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.
--- a/doc/posix-headers/dirent.texi	Fri Oct 05 21:54:56 2018 +0200
+++ b/doc/posix-headers/dirent.texi	Sun Oct 07 11:04:50 2018 +0200
@@ -8,6 +8,10 @@
 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.
 
@@ -16,10 +20,6 @@
 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
 @code{DT_LNK}, some do not: