changeset 15608:c20dc5d73f44

Expand range of versions of glibc for which _GNU_SOURCE is needed to get crypt.
author Reuben Thomas <rrt@sc3d.org>
date Sun, 11 Sep 2011 23:36:41 +0100
parents 6355dc4626b5
children eb8d35d87eb5
files ChangeLog doc/posix-functions/crypt.texi doc/posix-functions/encrypt.texi doc/posix-functions/setkey.texi
diffstat 4 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-09-11  Reuben Thomas  <rrt@sc3d.org>
+
+	Doc about crypt functions.
+	* doc/posix-functions/crypt.texi: Expand range of glibc versions
+	needing for _GNU_SOURCE to get crypt.
+	* doc/posix-functions/encrypt.texi: Likewise.
+	* doc/posix-functions/setkey.texi: Likewise.
+
 2011-09-11  Bruno Haible  <bruno@clisp.org>
 
 	doc: Update regarding MSVC 9.
--- a/doc/posix-functions/crypt.texi
+++ b/doc/posix-functions/crypt.texi
@@ -18,5 +18,5 @@
 @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
--- a/doc/posix-functions/encrypt.texi
+++ b/doc/posix-functions/encrypt.texi
@@ -18,5 +18,5 @@
 @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
--- a/doc/posix-functions/setkey.texi
+++ b/doc/posix-functions/setkey.texi
@@ -18,5 +18,5 @@
 @item
 This function is not declared in @code{<stdlib.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
-glibc 2.11.
+glibc (at least 2.11–2.13).
 @end itemize