summaryrefslogtreecommitdiff
path: root/libiberty/xstrdup.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-09-26 18:45:50 +0000
committerDJ Delorie <dj@redhat.com>2001-09-26 18:45:50 +0000
commit39423523167c47f72822dbb9eb3ab4a0dfeafe68 (patch)
treeb437d1ed0d3cb7e6a0a67e5dd30ef19abbedb95e /libiberty/xstrdup.c
parent4e6667ac4f987fecbcf576513c70485a4718712e (diff)
downloadbinutils-gdb-39423523167c47f72822dbb9eb3ab4a0dfeafe68.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/xstrdup.c')
-rw-r--r--libiberty/xstrdup.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c
index 6f846cfea15..5aa084a7687 100644
--- a/libiberty/xstrdup.c
+++ b/libiberty/xstrdup.c
@@ -2,6 +2,17 @@
This trivial function is in the public domain.
Ian Lance Taylor, Cygnus Support, December 1995. */
+/*
+
+@deftypefn Replacement char* xstrdup (const char *@var{s})
+
+Duplicates a character string without fail, using @code{xmalloc} to
+obtain memory.
+
+@end deftypefn
+
+*/
+
#include <sys/types.h>
#ifdef HAVE_CONFIG_H
#include "config.h"