1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00

ftell, ftello: Work around Solaris bug.

This commit is contained in:
Bruno Haible
2010-05-01 20:32:26 +02:00
parent 2d0c228f33
commit 55ca839ef4
6 changed files with 135 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function mistakenly succeeds on pipes on some platforms: mingw.
@item
This function produces incorrect results after @code{putc} that followed a
@code{getc} call that reached EOF on some platforms:
Solaris 10.
@end itemize
Portability problems not fixed by Gnulib:

View File

@@ -15,6 +15,10 @@ IRIX 5.3, OSF/1 4.0, Solaris 2.5.1, mingw.
The declaration of @code{ftello} in @code{<stdio.h>} is not enabled by default
on some platforms: glibc 2.3.6.
@item
This function produces incorrect results after @code{putc} that followed a
@code{getc} call that reached EOF on some platforms:
Solaris 10.
@item
This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24.
@end itemize