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 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
169extern char **environ; 169extern char **environ;
170#if defined(__GLIBC__) && __GLIBC__ < 2
171int 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 */
174int klogctl(int type, char *b, int len); 171int klogctl(int type, char *b, int len);
175#ifndef PATH_MAX 172#ifndef PATH_MAX