]> Savannah Git Hosting - gnulib.git/commitdiff
Revert "strdup: undeprecate, IRIX 6.5 needs it"
authorSimon Josefsson <simon@josefsson.org>
Tue, 22 May 2012 11:14:23 +0000 (13:14 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 22 May 2012 11:14:23 +0000 (13:14 +0200)
This reverts commit 7e2a535f8c362d5d3905cac9ebd7df4622604992.

ChangeLog
doc/posix-functions/strdup.texi
modules/strdup

index cd23cd1db1df5f200a93ebd065d3c56c9aed3d1d..cbc2dd0cbccbccbec90c83398cd28a8590f218e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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.
index f4ce7b48be8d8df65796335b6442076ba91a9ee4..f654a3ce87c9ae12caf83bda273ea30766cd6544 100644 (file)
@@ -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
index fe2cd7f93b080dfba3fb34bdded2cdb6a427c4c6..619ec01e930654760c174290e550e1896a1a7abb 100644 (file)
@@ -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