diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6bd096c7f..a4d8c7196 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -57,18 +57,6 @@ | |||
57 | # define inline | 57 | # define inline |
58 | #endif | 58 | #endif |
59 | 59 | ||
60 | #if (__GNU_LIBRARY__ < 5) && (!defined __dietlibc__) | ||
61 | /* libc5 doesn't define socklen_t */ | ||
62 | #ifndef _SOCKLEN_T | ||
63 | #define _SOCKLEN_T | ||
64 | typedef unsigned int socklen_t; | ||
65 | #endif | ||
66 | /* libc5 doesn't implement BSD 4.4 daemon() */ | ||
67 | extern int daemon (int nochdir, int noclose); | ||
68 | /* libc5 doesn't implement strtok_r */ | ||
69 | char *strtok_r(char *s, const char *delim, char **ptrptr); | ||
70 | #endif | ||
71 | |||
72 | /* Convenience macros to test the version of gcc. */ | 60 | /* Convenience macros to test the version of gcc. */ |
73 | #if defined __GNUC__ && defined __GNUC_MINOR__ | 61 | #if defined __GNUC__ && defined __GNUC_MINOR__ |
74 | # define __GNUC_PREREQ(maj, min) \ | 62 | # define __GNUC_PREREQ(maj, min) \ |