musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/printf.c')
-rw-r--r--src/stdio/printf.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/printf.c b/src/stdio/printf.c
index efeb8b33..7b7c329f 100644
--- a/src/stdio/printf.c
+++ b/src/stdio/printf.c
@@ -6,7 +6,7 @@ int printf(const char *fmt, ...)
int ret;
va_list ap;
va_start(ap, fmt);
- ret = vprintf(fmt, ap);
+ ret = vfprintf(stdout, fmt, ap);
va_end(ap);
return ret;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月13日 00:24:57 +0000

AltStyle によって変換されたページ (->オリジナル) /