summaryrefslogtreecommitdiff
path: root/doc/posix-functions/ftell.texi
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/posix-functions/ftell.texi
parent2d0c228f339519d2353cd1e4847aeb185f329d2b (diff)
downloadgnulib-55ca839ef4bfcf78114ef277c618385b521a5f5c.tar.gz
ftell, ftello: Work around Solaris bug.
Diffstat (limited to 'doc/posix-functions/ftell.texi')
-rw-r--r--doc/posix-functions/ftell.texi4
1 files changed, 4 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: