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 6abf882..9aba719 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -167,9 +167,6 @@ /* Some libc's forget to declare these, do it ourself */ extern char **environ; -#if defined(__GLIBC__) && __GLIBC__ < 2 -int vdprintf(int d, const char *format, va_list ap); -#endif /* klogctl is in libc's klog.h, but we cheat and not #include that */ int klogctl(int type, char *b, int len); #ifndef PATH_MAX |