diff options
Diffstat (limited to 'libbb/vdprintf.c')
-rw-r--r-- | libbb/vdprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/vdprintf.c b/libbb/vdprintf.c index 726d56374..09fffbca8 100644 --- a/libbb/vdprintf.c +++ b/libbb/vdprintf.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | 11 | ||
12 | #if defined(__GLIBC__) && __GLIBC__ < 2 | 12 | #if defined(__GLIBC__) && __GLIBC__ < 2 |
13 | int vdprintf(int d, const char *format, va_list ap) | 13 | int FAST_FUNC vdprintf(int d, const char *format, va_list ap) |
14 | { | 14 | { |
15 | char buf[BUF_SIZE]; | 15 | char buf[BUF_SIZE]; |
16 | int len; | 16 | int len; |