commit | 9bcb91a212ab4b9bd5892f4cf3adda6a549b8fbc | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris@mips.com> | Fri Feb 05 15:13:55 2010 -0800 |
committer | Dan Hazon <dan@mips.com> | Fri Feb 05 15:13:55 2010 -0800 |
tree | cab2fee8e6cab072acece72b269b7a1349a3209b | |
parent | 95604529ec25fe7923ba88312c590f38aa5e3d9e [diff] [blame] |
Generic memcpy should define MEMCOPY before including bcopy.c Signed-off-by: Chris Dearman <chris@mips.com>
diff --git a/libc/string/memcpy.c b/libc/string/memcpy.c index 4cd4a80..dea78b2 100644 --- a/libc/string/memcpy.c +++ b/libc/string/memcpy.c
@@ -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"