On 4 June 2017 at 14:06, Bryan Drewery <bdrew...@freebsd.org> wrote:
>
> In r189170. It seems to me we should change systm.h back to a macro
> #define memmove(dst, src, len) bcopy((src), (dst), (len))

Note that they're not quite equivalent: memmove returns dst, while
bcopy has no return value.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to