X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fdprintf.c;h=93082ee79cf9df348e40c3ba5b6ecf159b637beb;hb=8c0a3d9e5c169fc9d0f246ab59362b658b029ad7;hp=fa28322f88a0c302824e476ec12e5dbb8f0b81f1;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/stdio/dprintf.c b/src/stdio/dprintf.c index fa28322f..93082ee7 100644 --- a/src/stdio/dprintf.c +++ b/src/stdio/dprintf.c @@ -1,7 +1,7 @@ #include #include -int dprintf(int fd, const char *fmt, ...) +int dprintf(int fd, const char *restrict fmt, ...) { int ret; va_list ap;