summaryrefslogtreecommitdiffstats
path: root/libc/string
diff options
context:
space:
mode:
authorChris Dearman <chris@mips.com>2010-02-05 15:13:55 -0800
committerDan Hazon <dan@mips.com>2010-02-05 15:13:55 -0800
commit9bcb91a212ab4b9bd5892f4cf3adda6a549b8fbc (patch)
treecab2fee8e6cab072acece72b269b7a1349a3209b /libc/string
parent95604529ec25fe7923ba88312c590f38aa5e3d9e (diff)
downloadbionic-9bcb91a212ab4b9bd5892f4cf3adda6a549b8fbc.zip
bionic-9bcb91a212ab4b9bd5892f4cf3adda6a549b8fbc.tar.gz
bionic-9bcb91a212ab4b9bd5892f4cf3adda6a549b8fbc.tar.bz2
Generic memcpy should define MEMCOPY before including bcopy.c
Signed-off-by: Chris Dearman <chris@mips.com>
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/memcpy.c2
1 files changed, 1 insertions, 1 deletions
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"