mirror of https://github.com/mirror/busybox.git
removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!)
parent
cb9b114d35
commit
21e68703ce
|
@ -180,7 +180,6 @@ extern void bb_xfflush_stdout(void)
|
||||||
|
|
||||||
#ifdef L_strlen
|
#ifdef L_strlen
|
||||||
/* Stupid gcc always includes its own builtin strlen()... */
|
/* Stupid gcc always includes its own builtin strlen()... */
|
||||||
#undef strlen
|
|
||||||
size_t bb_strlen(const char *string)
|
size_t bb_strlen(const char *string)
|
||||||
{
|
{
|
||||||
return(strlen(string));
|
return(strlen(string));
|
||||||
|
|
Loading…
Reference in New Issue