summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/bcopy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i686/bcopy.S')
-rw-r--r--sysdeps/i386/i686/bcopy.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/bcopy.S b/sysdeps/i386/i686/bcopy.S
new file mode 100644
index 0000000000..15ef9419a4
--- /dev/null
+++ b/sysdeps/i386/i686/bcopy.S
@@ -0,0 +1,3 @@
+#define USE_AS_BCOPY
+#define memmove bcopy
+#include <sysdeps/i386/i686/memmove.S>