summaryrefslogtreecommitdiff
path: root/doc/posix-functions/ftell.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/ftell.texi')
-rw-r--r--doc/posix-functions/ftell.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/ftell.texi b/doc/posix-functions/ftell.texi
index 5a15dee8ea..5d79f5576b 100644
--- a/doc/posix-functions/ftell.texi
+++ b/doc/posix-functions/ftell.texi
@@ -20,6 +20,9 @@ This function, when invoked after @code{ungetc}, throws away the @code{ungetc}
buffer, changes the stream's file position, and returns the wrong position on
some platforms:
macOS 10.15 and newer.
+@item
+This function mistakenly succeeds on pipes on some platforms:
+mingw 10.
@end itemize
Portability problems not fixed by Gnulib: