HomeFreeBSD

Simplify things a little

Description

Simplify things a little

Rather than include a copy for memmove to call bcopy to call memcpy
(which handles overlapping copies), make memmove a strong reference to
memcpy to save the two calls.

Differential Revision: https://reviews.freebsd.org/D15374

Details

Provenance
impAuthored on
Differential Revision
D15374: Various rearrangements to make memmove a first class citizen
Parents
rS333443: Move MI-ish bcopy routine to libkern
Branches
Unknown
Tags
Unknown