summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fgetpos.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/fgetpos.texi')
-rw-r--r--doc/posix-functions/fgetpos.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/fgetpos.texi b/doc/posix-functions/fgetpos.texi
index 89e3acd58f..4a0051ea23 100644
--- a/doc/posix-functions/fgetpos.texi
+++ b/doc/posix-functions/fgetpos.texi
@@ -19,4 +19,7 @@ Portability problems not fixed by Gnulib:
@code{fflush}, @code{ftell}, @code{ftello}, @code{fgetpos} behave incorrectly
on input streams that are opened in @code{O_TEXT} mode and whose contents
contains Unix line terminators (LF), on some platforms: mingw, MSVC 14.
+@item
+This function mistakenly succeeds on pipes on some platforms:
+mingw 10.
@end itemize