From 2c18521373dbb3c92bfbd3b980aff9c8c3270b50 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 25 Mar 2005 04:57:00 +0000 Subject: merge from gcc --- include/libiberty.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libiberty.h') diff --git a/include/libiberty.h b/include/libiberty.h index d2a8a0b9e..49a2fb6fd 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -255,6 +255,10 @@ extern PTR xcalloc PARAMS ((size_t, size_t)) ATTRIBUTE_MALLOC; extern char *xstrdup PARAMS ((const char *)) ATTRIBUTE_MALLOC; +/* Copy at most N characters from string into a buffer without fail. */ + +extern char *xstrndup PARAMS ((const char *, size_t)) ATTRIBUTE_MALLOC; + /* Copy an existing memory buffer to a new memory buffer without fail. */ extern PTR xmemdup PARAMS ((const PTR, size_t, size_t)) ATTRIBUTE_MALLOC; -- cgit v1.2.3