Subject: Correct builtin definition of memcpy in gcc-cross?
To: None <tech-ports@netbsd.org>
From: Andrew Cagney <cagney@highland.com.au>
List: tech-ports
Date: 11/24/1994 12:39:22
Hello,

The cross compiling gcc I've built is warning about the declaration of

	void *memcpy(void*, const void*, size_t);

in /usr/include/string.h conflicting with its internal declaration.

Can any one suggest how I go about resolving this?  I assume it's
something wrong in how I've configured GCC.  Any one know how this part
of GCC works?

					regards, Andrew