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