summaryrefslogtreecommitdiff
path: root/third_party/newlib/string/memmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/newlib/string/memmove.c')
-rw-r--r--third_party/newlib/string/memmove.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/newlib/string/memmove.c b/third_party/newlib/string/memmove.c
index da5dfdb..fc6acf1 100644
--- a/third_party/newlib/string/memmove.c
+++ b/third_party/newlib/string/memmove.c
@@ -47,6 +47,10 @@ QUICKREF
/* Threshhold for punting to the byte copier. */
#define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)
+#if defined(memmove)
+#undef memmove
+#endif
+
/*SUPPRESS 20*/
void *
__inhibit_loop_to_libcall