From b496f1528d91b103fab0586fba7b1f73ed4faeba Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 16 Apr 2003 04:55:31 +0000 Subject: [PATCH] merge from gcc --- libiberty/stpncpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libiberty/stpncpy.c b/libiberty/stpncpy.c index 0984340..cb67b4d 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) -- 2.7.4