Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-13 18:44:42 +0400
committerEric Andersen <andersen@codepoet.org>2002-04-13 18:44:42 +0400
commitc8459a5a8f692faead7f26a6905b056805767bab (patch)
tree629e5075e0aa706e726ff119092d032e6cf3f2ef /libbb
parent19732c6226e9f2f89b9294e3c23af2bfbb084cec (diff)
Silly me
Diffstat (limited to 'libbb')
-rw-r--r--libbb/xfuncs.c1
1 files changed, 1 insertions, 0 deletions
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));