aboutsummaryrefslogtreecommitdiff
path: root/libbb/vdprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/vdprintf.c')
-rw-r--r--libbb/vdprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/vdprintf.c b/libbb/vdprintf.c
index 53fdbd37a..96c71ea63 100644
--- a/libbb/vdprintf.c
+++ b/libbb/vdprintf.c
@@ -26,7 +26,7 @@
26 26
27 27
28#if (__GLIBC__ < 2) 28#if (__GLIBC__ < 2)
29extern int vdprintf(int d, const char *format, va_list ap) 29int vdprintf(int d, const char *format, va_list ap)
30{ 30{
31 char buf[BUF_SIZE]; 31 char buf[BUF_SIZE];
32 int len; 32 int len;