From c436d40b0fe2e832c3d846d2e3294586a3d5161f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Oct 2018 11:04:50 +0200 Subject: [PATCH] dirent: Update documentation. * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib. --- ChangeLog | 5 +++++ doc/posix-headers/dirent.texi | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3688b6ea0..24bed19b7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-10-07 Bruno Haible + + dirent: Update documentation. + * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib. + 2018-10-05 Bruno Haible strpbrk: Make it possible to namespace the defined symbol. diff --git a/doc/posix-headers/dirent.texi b/doc/posix-headers/dirent.texi index d61ffa6e21..0143c7bac7 100644 --- a/doc/posix-headers/dirent.texi +++ b/doc/posix-headers/dirent.texi @@ -7,6 +7,10 @@ Gnulib module: dirent 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. @@ -15,10 +19,6 @@ 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 -- 2.39.5