summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-05-22 13:14:23 +0200
committerSimon Josefsson <simon@josefsson.org>2012-05-22 13:14:23 +0200
commit6dbff38ab599a6ba4e026a9362b7bddb70a5e1dc (patch)
tree72e7135e381f3746b276e0e77a4bd6bd86b7bf0a
parenta2292d4ccb2bba35b010c5cbd0354345a35568fa (diff)
downloadgnulib-6dbff38ab599a6ba4e026a9362b7bddb70a5e1dc.tar.gz
Revert "strdup: undeprecate, IRIX 6.5 needs it"
This reverts commit 7e2a535f8c362d5d3905cac9ebd7df4622604992.
-rw-r--r--ChangeLog6
-rw-r--r--doc/posix-functions/strdup.texi3
-rw-r--r--modules/strdup6
3 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index cd23cd1db1..cbc2dd0cbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,12 +10,6 @@
fd_sets. Check for zero result and loop if the wait timeout is
infinite.
-2012-05-21 Eric Blake <eblake@redhat.com>
-
- strdup: undeprecate, IRIX 6.5 needs it
- * modules/strdup (Status): No longer obsolete.
- * doc/posix-functions/strdup.texi (strdup): Document this.
-
2012-05-21 Simon Josefsson <simon@josefsson.org>
select: Fix build error on IRIX 6.5.
diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi
index f4ce7b48be..f654a3ce87 100644
--- a/doc/posix-functions/strdup.texi
+++ b/doc/posix-functions/strdup.texi
@@ -9,8 +9,7 @@ Gnulib module: strdup or strdup-posix
Portability problems fixed by either Gnulib module @code{strdup} or @code{strdup-posix}:
@itemize
@item
-This function is missing on some platforms:
-IRIX 6.5.
+This function is missing on some old platforms.
@item
This function has no prototype in @code{<string.h>} on some old platforms.
@end itemize
diff --git a/modules/strdup b/modules/strdup
index fe2cd7f93b..619ec01e93 100644
--- a/modules/strdup
+++ b/modules/strdup
@@ -1,6 +1,12 @@
Description:
strdup() function: duplicate a string.
+Status:
+obsolete
+
+Notice:
+This module is obsolete. But you may want to use the strdup-posix module.
+
Files:
lib/strdup.c
m4/strdup.m4