aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--busybox.h6
-rw-r--r--include/busybox.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/busybox.h b/busybox.h
index 9414234c7..d4a57732d 100644
--- a/busybox.h
+++ b/busybox.h
@@ -36,12 +36,6 @@
36#endif 36#endif
37 37
38#include <features.h> 38#include <features.h>
39/* Stupid libc doesn't have a reliable way for use to know
40 * that libc5 is being used. Assume this is good enough */
41#if ! defined __GLIBC__ && ! defined __UCLIBC__
42/* libc5 doesn't define socklen_t */
43typedef unsigned int socklen_t;
44#endif
45 39
46 40
47enum Location { 41enum Location {
diff --git a/include/busybox.h b/include/busybox.h
index 9414234c7..d4a57732d 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -36,12 +36,6 @@
36#endif 36#endif
37 37
38#include <features.h> 38#include <features.h>
39/* Stupid libc doesn't have a reliable way for use to know
40 * that libc5 is being used. Assume this is good enough */
41#if ! defined __GLIBC__ && ! defined __UCLIBC__
42/* libc5 doesn't define socklen_t */
43typedef unsigned int socklen_t;
44#endif
45 39
46 40
47enum Location { 41enum Location {