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:
@@ -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:
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user