projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19732c6
)
Silly me
author
Eric Andersen
<andersen@codepoet.org>
Sat, 13 Apr 2002 14:44:42 +0000
(14:44 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 13 Apr 2002 14:44:42 +0000
(14:44 -0000)
libbb/xfuncs.c
patch
|
blob
|
history
diff --git
a/libbb/xfuncs.c
b/libbb/xfuncs.c
index acd4d6985d2d1cdc05cc60c66d38d15f7bb35e53..869c04a4c18119f60bc7a91b2756b2adf831ae1f 100644
(file)
--- 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));