diff options
Diffstat (limited to 'doc/posix-functions/tcdrain.texi')
-rw-r--r-- | doc/posix-functions/tcdrain.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/tcdrain.texi b/doc/posix-functions/tcdrain.texi index dba74fdcce..d92b3e3f2a 100644 --- a/doc/posix-functions/tcdrain.texi +++ b/doc/posix-functions/tcdrain.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -mingw, MSVC 14. +mingw, MSVC 14, Android 4.3. @item On some platforms, @code{tcdrain} on a non-tty fails with @code{errno} set to @code{EINVAL} or, on Mac OS X, also @code{EOPNOTSUPP} or @code{ENODEV}, rather |