aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 @@
67# endif 67# endif
68#endif 68#endif
69 69
70#ifdef __GNUC__
71#define strlen(x) bb_strlen(x)
72extern size_t bb_strlen(const char *string);
73#endif
74
75/* ---- Endian Detection ------------------------------------ */ 70/* ---- Endian Detection ------------------------------------ */
76#ifndef __APPLE__ 71#ifndef __APPLE__
77# include <byteswap.h> 72# include <byteswap.h>