diff options
author | Ron Yorston <rmy@pobox.com> | 2017-08-02 11:33:53 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-08-02 11:33:53 +0100 |
commit | 8e20d4e9264a30dcc6d652943211668b1a6fe85b (patch) | |
tree | 7a7dcd4d55e2eb83374aed059a873486451c82e9 /include/libbb.h | |
parent | c8b51e5f274ff044ba2f9f350ead478d6c2063aa (diff) | |
parent | ec05df13b0f3bc69074909f078f981f417d95c89 (diff) | |
download | busybox-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.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 |