X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fprintf.c;fp=src%2Fstdio%2Fprintf.c;h=cebfe404fb97d465545020a76ba9b928cfcbb15a;hb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;hp=7b7c329fabdf0c42527adb873b33baa91a6777f6;hpb=bac03cdde1137c16b4c194e137310e2748661dcc;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;