dirent: Document the last fix.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Jan 2010 22:19:38 +0000 (23:19 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sun, 10 Jan 2010 00:32:45 +0000 (00:32 +0000)
(cherry picked from commit 027bd46103b5e6a19653b216b15fe04d3a3f63bc)

ChangeLog
doc/posix-headers/dirent.texi
lib/dirent.in.h

index 41fb383..9153817 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-01-07  Bruno Haible  <bruno@clisp.org>
 
+       dirent: Document the last fix.
+       * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
+
+2010-01-07  Bruno Haible  <bruno@clisp.org>
+
        stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
        * lib/stdio.in.h: Include <sys/types.h> unconditionally.
        * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
index 3a00a53..439947a 100644 (file)
@@ -7,6 +7,9 @@ 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:
index b87f5dc..4b02cfb 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef _GL_DIRENT_H
 #define _GL_DIRENT_H
 
-/* Grab ino_t.  */
+/* Get ino_t.  Needed on some systems, including glibc 2.8.  */
 #include <sys/types.h>
 
 /* The definition of GL_LINK_WARNING is copied here.  */