OSDN Git Service

Generic memcpy should define MEMCOPY before including bcopy.c
authorChris Dearman <chris@mips.com>
Fri, 5 Feb 2010 23:13:55 +0000 (15:13 -0800)
committerDan Hazon <dan@mips.com>
Fri, 5 Feb 2010 23:13:55 +0000 (15:13 -0800)
Signed-off-by: Chris Dearman <chris@mips.com>
libc/string/memcpy.c

index 4cd4a80..dea78b2 100644 (file)
@@ -25,5 +25,5 @@
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-#define MEM_COPY
+#define MEMCOPY
 #include "bcopy.c"