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
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/platform.h b/include/platform.h
index a8858a74c..257ddb260 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -67,11 +67,6 @@
# endif
#endif
-#ifdef __GNUC__
-#define strlen(x) bb_strlen(x)
-extern size_t bb_strlen(const char *string);
-#endif
-
/* ---- Endian Detection ------------------------------------ */
#ifndef __APPLE__
# include <byteswap.h>