From 31b15688c414c7caf957be63d2914faafa1b9dda Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 13 May 2022 16:43:15 +0930 Subject: Import libiberty from gcc --- libiberty/stpcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/stpcpy.c') diff --git a/libiberty/stpcpy.c b/libiberty/stpcpy.c index 880e4fc..2d3eb4c 100644 --- a/libiberty/stpcpy.c +++ b/libiberty/stpcpy.c @@ -33,7 +33,7 @@ Copies the string @var{src} into @var{dst}. Returns a pointer to #include extern size_t strlen (const char *); -extern PTR memcpy (PTR, const PTR, size_t); +extern void *memcpy (void *, const void *, size_t); char * stpcpy (char *dst, const char *src) -- cgit v1.1