summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/sh/bcopy.S
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-06-13 14:45:00 +0000
committertedu <tedu@openbsd.org>2013-06-13 14:45:00 +0000
commit5766bcd8b131b0ff3da95c82ee563ea0b1ae5168 (patch)
tree8eaa1657d57786c872925418410e547fec2bbe34 /sys/lib/libkern/arch/sh/bcopy.S
parentAdd missing '#include "fuse.h"' in previous change. (diff)
downloadwireguard-openbsd-5766bcd8b131b0ff3da95c82ee563ea0b1ae5168.tar.xz
wireguard-openbsd-5766bcd8b131b0ff3da95c82ee563ea0b1ae5168.zip
rework the memcpy family to all use one function body and implement
desired semantics. ok deraadt
Diffstat (limited to 'sys/lib/libkern/arch/sh/bcopy.S')
-rw-r--r--sys/lib/libkern/arch/sh/bcopy.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/sh/bcopy.S b/sys/lib/libkern/arch/sh/bcopy.S
index 09b4a2a5c54..c9361568da4 100644
--- a/sys/lib/libkern/arch/sh/bcopy.S
+++ b/sys/lib/libkern/arch/sh/bcopy.S
@@ -1,2 +1 @@
-#define BCOPY
-#include "memcpy.S"
+/* This code is contained in memmove.S */