sandbox: Rename strdup() functions
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:36:01 +0000 (07:36 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commitf72bdc60b230f5e5d77eaad0b2defe07a46c02a9
tree7c869c77d50814ef38914197dd203c4b6db85b2a
parent1ea1c7d80f9dd7a4827cddf25fba71d0034510e4
sandbox: Rename strdup() functions

These functions include calls to a memory-allocation routine and so need
to use the system routine when called from a library.

To preserve access to these functions for libraries that need it, such as
SDL, rename these functions within U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/linux/string.h