# HG changeset patch # User Simon Josefsson # Date 1296486008 -3600 # Node ID 53a5188cc58f080b855a8c4290badc6529cf77e0 # Parent 33320dc3763af52ad2d26a8f8e7ffa6b61b60272 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-01-31 Simon Josefsson + + 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 ignore-value: add missing test dependency diff --git a/doc/posix-headers/stdio.texi b/doc/posix-headers/stdio.texi --- a/doc/posix-headers/stdio.texi +++ b/doc/posix-headers/stdio.texi @@ -9,7 +9,7 @@ @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. diff --git a/lib/stdio.in.h b/lib/stdio.in.h --- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -52,7 +52,8 @@ #include -/* 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 #ifndef __attribute__