summaryrefslogtreecommitdiff
path: root/src/string/arm/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/arm/memcpy.c')
-rw-r--r--src/string/arm/memcpy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/string/arm/memcpy.c b/src/string/arm/memcpy.c
new file mode 100644
index 00000000..041614f4
--- /dev/null
+++ b/src/string/arm/memcpy.c
@@ -0,0 +1,3 @@
+#if __ARMEB__
+#include "../memcpy.c"
+#endif