mirror of https://github.com/mirror/busybox.git
Silly me
parent
19732c6226
commit
c8459a5a8f
|
@ -86,6 +86,7 @@ FILE *xfopen(const char *path, const char *mode)
|
|||
}
|
||||
|
||||
/* Stupid gcc always includes its own builtin strlen()... */
|
||||
#undef strlen
|
||||
size_t xstrlen(const char *string)
|
||||
{
|
||||
return(strlen(string));
|
||||
|
|
Loading…
Reference in New Issue