doc: off_t is not available in eglibc 2.11.2 stdio.h.
authorSimon Josefsson <simon@josefsson.org>
Mon, 31 Jan 2011 15:00:08 +0000 (16:00 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 31 Jan 2011 15:00:08 +0000 (16:00 +0100)
* doc/posix-headers/stdio.texi (stdio.h): Mention that off_t isn't
declared by eglibc 2.11.2.
* lib/stdio.in.h: Likewise.

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

index 6ab5e345e0253645195e5b3874e7c6b8c4c4d790..360f0dd3ca0dc8e0660b4c2a2e2863503dcd72a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-31  Simon Josefsson  <simon@josefsson.org>
+
+       doc: off_t is not available in eglibc 2.11.2 stdio.h.
+       * doc/posix-headers/stdio.texi (stdio.h): Mention that off_t isn't
+       declared by eglibc 2.11.2.
+       * lib/stdio.in.h: Likewise.
+
 2011-01-31  Eric Blake  <eblake@redhat.com>
 
        ignore-value: add missing test dependency
index 89b957630b5ee0dfb5942b041c48db0ad8a00ed7..e4157a79243ea00daa540860392d0dce9bd78128 100644 (file)
@@ -9,7 +9,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 The type @code{off_t} is missing on some platforms:
-glibc 2.8 and others.
+glibc 2.8, eglibc 2.11.2 and others.
 @item
 The type @code{ssize_t} is missing on some platforms:
 glibc 2.8, MacOS X 10.5, Solaris 10, and others.
index 6aee8fba5ab7381f0a2936a571b3b78d83be15bb..f61a572b215a677980310e0f8b85aaf57fea0efd 100644 (file)
@@ -52,7 +52,8 @@
 
 #include <stddef.h>
 
-/* Get off_t and ssize_t.  Needed on many systems, including glibc 2.8.  */
+/* Get off_t and ssize_t.  Needed on many systems, including glibc 2.8
+   and eglibc 2.11.2.  */
 #include <sys/types.h>
 
 #ifndef __attribute__