commit | c6bf4f38988996f12c69a1cb5470bf9bea7c88ce | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Feb 10 18:59:21 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 16:51:48 2021 -0500 |
tree | 5eeb4ed36a269f4a97a6c668635283a1553eee6b | |
parent | db5f1a50eff8cadd463cebd4448e00a9a2934f40 [diff] |
malloc: adjust memcpy() and memset() definitions. Compiling the sandbox fails on armv7 due to conflicting definitions of memcpy() and memset() in include/malloc.h and include/linux/string.h. Use linux/string.h here. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>