Warner Losh 49ab568eff Make memmove an alias for memcpy
memcpy was an alias for bcopy with arg swap. This code handles
overlapping copies, so making memmove an alias is safe. We can
eliminate the call from libkern's memmove to this bcopy as a result.

Differential Revision: https://reviews.freebsd.org/D15374
2018-05-24 21:11:24 +00:00
..
2018-05-24 17:06:00 +00:00
2018-05-15 13:27:29 +00:00
2018-05-24 21:11:24 +00:00
2018-05-20 06:14:12 +00:00
2018-05-24 21:11:24 +00:00
2018-05-24 17:06:00 +00:00
2018-05-24 10:22:57 +00:00