diff options
Diffstat (limited to 'include/libbb.h')
-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 a345a8f35..61ceb6085 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -175,9 +175,6 @@ | |||
175 | #if !ENABLE_PLATFORM_MINGW32 | 175 | #if !ENABLE_PLATFORM_MINGW32 |
176 | extern char **environ; | 176 | extern char **environ; |
177 | #endif | 177 | #endif |
178 | #if defined(__GLIBC__) && __GLIBC__ < 2 | ||
179 | int vdprintf(int d, const char *format, va_list ap); | ||
180 | #endif | ||
181 | /* klogctl is in libc's klog.h, but we cheat and not #include that */ | 178 | /* klogctl is in libc's klog.h, but we cheat and not #include that */ |
182 | int klogctl(int type, char *b, int len); | 179 | int klogctl(int type, char *b, int len); |
183 | #ifndef PATH_MAX | 180 | #ifndef PATH_MAX |