[PATCH 2/3] platform: fix missing mempcpy

Denys Vlasenko vda.linux at googlemail.com
Tue Nov 26 23:24:58 UTC 2013


On Tuesday 26 November 2013 20:56, Daniel Borca wrote:
> mempcpy() is a GNU extension
> 
> I chose to inline this one because most compilers inline memcpy as well.

Please also *test* the patch ;)

memcpy(dest, src) won't compile.


More information about the busybox mailing list