opkg: attached patch fixes build failures with gcc 4.3.2. patch by Enrico Scholz...
[oweals/opkg-lede.git] / libbb / libbb.h
index 0385d558816206d2f1a202f633aff7a5e1d87cf0..860dacdfb09dea61bb2b9456a8593b0f980a6336 100644 (file)
@@ -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__ */