summaryrefslogtreecommitdiff
path: root/libiberty/stpncpy.c
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@gcc.gnu.org>2003-04-16 04:42:38 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-04-16 04:42:38 +0000
commit733340fb05d1a56f984b1e8e28829cea35020711 (patch)
tree90a769c24210b051af50e09b6d6dad778a5c8f0e /libiberty/stpncpy.c
parent029bcc09d2da80641ce5dedfd03798f228c77ad0 (diff)
downloadgcc-733340fb05d1a56f984b1e8e28829cea35020711.tar.gz
Fix typo in last checkin.
From-SVN: r65676
Diffstat (limited to 'libiberty/stpncpy.c')
-rw-r--r--libiberty/stpncpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/stpncpy.c b/libiberty/stpncpy.c
index 0984340ba2c..cb67b4dbab1 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)