common: Rename strlcpy to DT_strlcpy
strlcpy function is defined in uClibc library, causing "static
declaration of ‘strlcpy’ follows non-static declaration" build
errors.

Rename internal strlcpy function to DT_strlcpy to avoid conflicts.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent bfb82d5 commit ba0b35b84bee76fae08171266d68e85da65f778c
@Marcin Niestroj Marcin Niestroj authored on 23 Jun 2017
Sascha Hauer committed on 27 Jun 2017
Showing 2 changed files
View
src/dt/common.h
View
src/libdt.c