Thanks to
[project/opkg-lede.git] / libbb / libbb.h
index c54038d045a41771245a3dec29e6a5b001ce8a3d..860dacdfb09dea61bb2b9456a8593b0f980a6336 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <netdb.h>
 
-// Include because of single use with ipkg
+// Include because of single use with opkg
 #define _BB_INTERNAL_H_
 #define L_archive_offset
 #define L_get_header_ar
@@ -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__ */