aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-02 11:33:53 +0100
committerRon Yorston <rmy@pobox.com>2017-08-02 11:33:53 +0100
commit8e20d4e9264a30dcc6d652943211668b1a6fe85b (patch)
tree7a7dcd4d55e2eb83374aed059a873486451c82e9 /include/libbb.h
parentc8b51e5f274ff044ba2f9f350ead478d6c2063aa (diff)
parentec05df13b0f3bc69074909f078f981f417d95c89 (diff)
downloadbusybox-w32-8e20d4e9264a30dcc6d652943211668b1a6fe85b.tar.gz
busybox-w32-8e20d4e9264a30dcc6d652943211668b1a6fe85b.tar.bz2
busybox-w32-8e20d4e9264a30dcc6d652943211668b1a6fe85b.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'include/libbb.h')
-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