X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fdirent.texi;h=84b40782951a1a5427766e75f0fcd6eb74e30617;hb=75ca5935f84fedf0eb6611245cc28555036d2090;hp=3a00a536b3f51eef2ddb146c343c6fb1ca71ecd3;hpb=c5fb01516f0e7df4341cbfcaaa06f5473770a560;p=gnulib.git diff --git a/doc/posix-headers/dirent.texi b/doc/posix-headers/dirent.texi index 3a00a536b..84b407829 100644 --- a/doc/posix-headers/dirent.texi +++ b/doc/posix-headers/dirent.texi @@ -1,14 +1,20 @@ @node dirent.h @section @file{dirent.h} -POSIX specification: @url{http://www.opengroup.org/susv3xbd/dirent.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html} Gnulib module: dirent Portability problems fixed by Gnulib: @itemize +@item +The type @code{ino_t} is missing on some platforms: +glibc 2.8 and others. @end itemize Portability problems not fixed by Gnulib: @itemize +@item +This header file is missing on some platforms: +MSVC 9. @end itemize