diff options
Diffstat (limited to 'doc/posix-functions/ttyname_r.texi')
-rw-r--r-- | doc/posix-functions/ttyname_r.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/ttyname_r.texi b/doc/posix-functions/ttyname_r.texi index 3583117474..92532469df 100644 --- a/doc/posix-functions/ttyname_r.texi +++ b/doc/posix-functions/ttyname_r.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -NetBSD 3.0, Minix 3.1.8, mingw, BeOS. +NetBSD 3.0, Minix 3.1.8, mingw, MSVC 9, BeOS. @item This function is not declared unless @code{_REENTRANT} is defined, on some platforms: |