summaryrefslogtreecommitdiffstats
path: root/libbb/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r--libbb/libbb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h
index 0385d55..860dacd 100644
--- a/libbb/libbb.h
+++ b/libbb/libbb.h
@@ -345,8 +345,4 @@ extern const char * const can_not_create_raw_socket;
#define fork vfork
#endif
-/* Stupid gcc always includes its own builtin strlen()... */
-extern size_t xstrlen(const char *string);
-#define strlen(x) xstrlen(x)
-
#endif /* __LIBBB_H__ */