From: Simon Josefsson Date: Mon, 31 Jan 2011 15:00:08 +0000 (+0100) Subject: doc: off_t is not available in eglibc 2.11.2 stdio.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf6704b29173e809f3b0150c015ca282e06388f;p=pspp 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 index 6ab5e345e0..360f0dd3ca 100644 --- 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 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. diff --git a/lib/stdio.in.h b/lib/stdio.in.h index 6aee8fba5a..f61a572b21 100644 --- 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__