X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fprintf.c;h=cebfe404fb97d465545020a76ba9b928cfcbb15a;hb=41d7c77d6a2e74294807d35062e4cd1d48ab72d3;hp=7b7c329fabdf0c42527adb873b33baa91a6777f6;hpb=2d93d6446191def352b8913e859d6104f1398c72;p=musl diff --git a/src/stdio/printf.c b/src/stdio/printf.c index 7b7c329f..cebfe404 100644 --- a/src/stdio/printf.c +++ b/src/stdio/printf.c @@ -1,7 +1,7 @@ #include #include -int printf(const char *fmt, ...) +int printf(const char *restrict fmt, ...) { int ret; va_list ap;