aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-27 18:22:00 +0000
committerMark Whitley <markw@lineo.com>2001-03-27 18:22:00 +0000
commit5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5 (patch)
treee276a93fe5a4bc011963bcd5cb145d4d275bc3d1 /include/busybox.h
parenta82a00397fc398e2aebe4ef4693f6e43c5a11e63 (diff)
downloadbusybox-5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5.tar.gz
In fact, socklen_t *is* defined by libc5.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h6
1 files changed, 0 insertions, 6 deletions
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 @@
#endif
#include <features.h>
-/* Stupid libc doesn't have a reliable way for use to know
- * that libc5 is being used. Assume this is good enough */
-#if ! defined __GLIBC__ && ! defined __UCLIBC__
-/* libc5 doesn't define socklen_t */
-typedef unsigned int socklen_t;
-#endif
enum Location {