diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6abf88218..9aba71949 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -167,9 +167,6 @@ | |||
167 | /* Some libc's forget to declare these, do it ourself */ | 167 | /* Some libc's forget to declare these, do it ourself */ |
168 | 168 | ||
169 | extern char **environ; | 169 | extern char **environ; |
170 | #if defined(__GLIBC__) && __GLIBC__ < 2 | ||
171 | int vdprintf(int d, const char *format, va_list ap); | ||
172 | #endif | ||
173 | /* klogctl is in libc's klog.h, but we cheat and not #include that */ | 170 | /* klogctl is in libc's klog.h, but we cheat and not #include that */ |
174 | int klogctl(int type, char *b, int len); | 171 | int klogctl(int type, char *b, int len); |
175 | #ifndef PATH_MAX | 172 | #ifndef PATH_MAX |