freebsd-src
freebsd-src copied to clipboard
Split definitions of memcpy and memmove
Memmove is a valid way to implement memcpy. However, memcpy isn’t a valid way to implement memmove.
For this reason, I switched them around. No ABI breakage should occur