From 008fc9499ae63186589fbc81a5f849a2df652004 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sat, 29 Jul 2017 14:48:00 +0100 Subject: libbb: remove vdprintf Two reasons: * it's only built for GNU C Library versions < 2 (released 1997) * it isn't used anywhere in BusyBox Signed-off-by: Ron Yorston Signed-off-by: Denys Vlasenko --- include/libbb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/libbb.h') 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 @@ /* 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 -- cgit v1.2.3