diff options
-rw-r--r-- | busybox.h | 6 | ||||
-rw-r--r-- | include/busybox.h | 6 |
2 files changed, 0 insertions, 12 deletions
@@ -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 */ | ||
43 | typedef unsigned int socklen_t; | ||
44 | #endif | ||
45 | 39 | ||
46 | 40 | ||
47 | enum Location { | 41 | enum 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 */ | ||
43 | typedef unsigned int socklen_t; | ||
44 | #endif | ||
45 | 39 | ||
46 | 40 | ||
47 | enum Location { | 41 | enum Location { |