]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/i386/string/memcpy.S
Merge llvm, clang, lld and lldb trunk r291274, and resolve conflicts.
[FreeBSD/FreeBSD.git] / lib / libc / i386 / string / memcpy.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.S"