From: DJ Delorie Date: Wed, 16 Apr 2003 04:55:31 +0000 (+0000) Subject: merge from gcc X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=b496f1528d91b103fab0586fba7b1f73ed4faeba;p=deliverable%2Fbinutils-gdb.git merge from gcc --- diff --git a/libiberty/stpncpy.c b/libiberty/stpncpy.c index 0984340ba2..cb67b4dbab 100644 --- a/libiberty/stpncpy.c +++ b/libiberty/stpncpy.c @@ -39,7 +39,7 @@ strlen(@var{src}). #endif extern size_t strlen PARAMS ((const char *)); -extern PTR strncpy PARAMS ((char *, const char *, size_t)); +extern char *strncpy PARAMS ((char *, const char *, size_t)); char * stpncpy (dst, src, len)