summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-05-01 20:32:26 +0200
committerBruno Haible <bruno@clisp.org>2010-05-01 20:32:26 +0200
commit55ca839ef4bfcf78114ef277c618385b521a5f5c (patch)
tree50a79546f602ea28320600e5a3c1e40ea9e8efb7 /doc
parent2d0c228f339519d2353cd1e4847aeb185f329d2b (diff)
downloadgnulib-55ca839ef4bfcf78114ef277c618385b521a5f5c.tar.gz
ftell, ftello: Work around Solaris bug.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/ftell.texi4
-rw-r--r--doc/posix-functions/ftello.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/posix-functions/ftell.texi b/doc/posix-functions/ftell.texi
index f2cf568263..3190975325 100644
--- a/doc/posix-functions/ftell.texi
+++ b/doc/posix-functions/ftell.texi
@@ -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:
diff --git a/doc/posix-functions/ftello.texi b/doc/posix-functions/ftello.texi
index 66a96c06e0..ac3e3ebc78 100644
--- a/doc/posix-functions/ftello.texi
+++ b/doc/posix-functions/ftello.texi
@@ -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