diff options
author | Reuben Thomas <rrt@sc3d.org> | 2011-09-11 23:36:41 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-09-12 01:03:47 +0200 |
commit | 6b216dc875fb05fa08012d9f1298532e620625d5 (patch) | |
tree | 026d1bcf7102ce2ce5930396e9e6e8efb88c68d8 /doc/posix-functions/crypt.texi | |
parent | 4e39aa42880fd6a5c6d55f67c912381c0d0980aa (diff) | |
download | gnulib-6b216dc875fb05fa08012d9f1298532e620625d5.tar.gz |
Expand range of versions of glibc for which _GNU_SOURCE is needed to get crypt.
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 cd21d372d2..658b4491f0 100644 --- a/doc/posix-functions/crypt.texi +++ b/doc/posix-functions/crypt.texi @@ -18,5 +18,5 @@ FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 9. @item This function is not declared in @code{<unistd.h>} (without @code{-D_GNU_SOURCE}) on some platforms: -glibc 2.11. +glibc (at least 2.11–2.13). @end itemize |