diff options
author | Bruno Haible <bruno@clisp.org> | 2020-07-25 01:37:59 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-07-25 01:38:24 +0200 |
commit | 5b4773721d511694afeedb1f3f966a5035dabef9 (patch) | |
tree | 66436eb21703377094ca8a2d026d4bc6f721ac4f /doc/posix-functions/crypt.texi | |
parent | 6a7314acb4ce363f7cb8927a75106990457c3d0d (diff) | |
download | gnulib-5b4773721d511694afeedb1f3f966a5035dabef9.tar.gz |
doc: Update for Cygwin 2.9.0.
* doc/*/*.texi: Update.
Diffstat (limited to 'doc/posix-functions/crypt.texi')
-rw-r--r-- | doc/posix-functions/crypt.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/crypt.texi b/doc/posix-functions/crypt.texi index b060696d21..fffe2f8c84 100644 --- a/doc/posix-functions/crypt.texi +++ b/doc/posix-functions/crypt.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.31, FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 14, Android 9.0. +glibc 2.31, FreeBSD 6.0, NetBSD 5.0, Cygwin 2.9, mingw, MSVC 14, Android 9.0. @item This function is not declared in @code{<unistd.h>} (without @code{-D_GNU_SOURCE}) on some platforms: |