From 6dbff38ab599a6ba4e026a9362b7bddb70a5e1dc Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 22 May 2012 13:14:23 +0200 Subject: [PATCH] Revert "strdup: undeprecate, IRIX 6.5 needs it" This reverts commit 7e2a535f8c362d5d3905cac9ebd7df4622604992. --- ChangeLog | 6 ------ doc/posix-functions/strdup.texi | 3 +-- modules/strdup | 6 ++++++ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd23cd1db..cbc2dd0cb 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 - - 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 select: Fix build error on IRIX 6.5. diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi index f4ce7b48b..f654a3ce8 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{} on some old platforms. @end itemize diff --git a/modules/strdup b/modules/strdup index fe2cd7f93..619ec01e9 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 -- 2.11.0