diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-04-13 14:44:42 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-04-13 14:44:42 +0000 |
commit | a834901c2fd6e1dd199d0c31bb45053b2f145812 (patch) | |
tree | 629e5075e0aa706e726ff119092d032e6cf3f2ef /libbb | |
parent | 0f7f9f9c9eb533c8be091f0c87f30ee0f6432a4b (diff) | |
download | busybox-w32-a834901c2fd6e1dd199d0c31bb45053b2f145812.tar.gz busybox-w32-a834901c2fd6e1dd199d0c31bb45053b2f145812.tar.bz2 busybox-w32-a834901c2fd6e1dd199d0c31bb45053b2f145812.zip |
Silly me
git-svn-id: svn://busybox.net/trunk/busybox@4617 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-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 acd4d6985..869c04a4c 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -86,6 +86,7 @@ FILE *xfopen(const char *path, const char *mode) | |||
86 | } | 86 | } |
87 | 87 | ||
88 | /* Stupid gcc always includes its own builtin strlen()... */ | 88 | /* Stupid gcc always includes its own builtin strlen()... */ |
89 | #undef strlen | ||
89 | size_t xstrlen(const char *string) | 90 | size_t xstrlen(const char *string) |
90 | { | 91 | { |
91 | return(strlen(string)); | 92 | return(strlen(string)); |