summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-05-21 15:31:44 -0600
committerEric Blake <eblake@redhat.com>2012-05-21 15:31:44 -0600
commit7e2a535f8c362d5d3905cac9ebd7df4622604992 (patch)
treed357b950df719d8725c7b81b74ebab4889446c01 /modules
parent0b1066b5ab2c8e0e8a8bec718c7eaa8b3a685d89 (diff)
downloadgnulib-7e2a535f8c362d5d3905cac9ebd7df4622604992.tar.gz
strdup: undeprecate, IRIX 6.5 needs it
Reported by Simon Josefsson. * modules/strdup (Status): No longer obsolete. * doc/posix-functions/strdup.texi (strdup): Document this. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/strdup6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/strdup b/modules/strdup
index 619ec01e93..fe2cd7f93b 100644
--- a/modules/strdup
+++ b/modules/strdup
@@ -1,12 +1,6 @@
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