From: Bruno Haible Date: Sun, 7 Oct 2018 09:04:50 +0000 (+0200) Subject: dirent: Update documentation. X-Git-Tag: v1.0~5371 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c436d40b0fe2e832c3d846d2e3294586a3d5161f;p=gnulib.git dirent: Update documentation. * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib. --- 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