diff options
author | Eric Andersen | 2002-04-13 14:44:42 +0000 |
---|---|---|
committer | Eric Andersen | 2002-04-13 14:44:42 +0000 |
commit | c8459a5a8f692faead7f26a6905b056805767bab (patch) | |
tree | 629e5075e0aa706e726ff119092d032e6cf3f2ef | |
parent | 19732c6226e9f2f89b9294e3c23af2bfbb084cec (diff) | |
download | busybox-c8459a5a8f692faead7f26a6905b056805767bab.zip busybox-c8459a5a8f692faead7f26a6905b056805767bab.tar.gz |
Silly me
-rw-r--r-- | libbb/xfuncs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index acd4d69..869c04a 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)); |