aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
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
176extern char **environ; 176extern char **environ;
177#endif 177#endif
178#if defined(__GLIBC__) && __GLIBC__ < 2
179int 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 */
182int klogctl(int type, char *b, int len); 179int klogctl(int type, char *b, int len);
183#ifndef PATH_MAX 180#ifndef PATH_MAX