From: Eric Andersen Date: Sat, 13 Apr 2002 14:44:42 +0000 (-0000) Subject: Silly me X-Git-Tag: 0_60_3~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c8459a5a8f692faead7f26a6905b056805767bab;p=oweals%2Fbusybox.git Silly me --- diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index acd4d6985..869c04a4c 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -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));