diff options
author | 2013-06-13 14:45:00 +0000 | |
---|---|---|
committer | 2013-06-13 14:45:00 +0000 | |
commit | 5766bcd8b131b0ff3da95c82ee563ea0b1ae5168 (patch) | |
tree | 8eaa1657d57786c872925418410e547fec2bbe34 /sys/lib/libkern/arch/sh/bcopy.S | |
parent | Add missing '#include "fuse.h"' in previous change. (diff) | |
download | wireguard-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.S | 3 |
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 */ |