summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-01-31 16:00:08 +0100
committerSimon Josefsson <simon@josefsson.org>2011-01-31 16:00:08 +0100
commitddf6704b29173e809f3b0150c015ca282e06388f (patch)
tree82737b95b9e21153430f3af937c84531f97d216b /doc
parent9d2b56db46f5817e5031525da74d89d99ca55717 (diff)
downloadgnulib-ddf6704b29173e809f3b0150c015ca282e06388f.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/stdio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-headers/stdio.texi b/doc/posix-headers/stdio.texi
index 89b957630b..e4157a7924 100644
--- a/doc/posix-headers/stdio.texi
+++ b/doc/posix-headers/stdio.texi
@@ -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.