]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libc/i386/string/memcpy.S
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / lib / libc / i386 / string / memcpy.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.S"