From 051b026a6dc0c10c2c39f3a4f2ec31146cad9b69 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 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) -- 2.11.0