fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / wprintf.c
index 20ca61a0c6061a676ffb8ec267a724eb7462aafa..342cd97911d365e4f787a95280b1ae7a9c631df3 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdarg.h>
 #include <wchar.h>
 
-int wprintf(const wchar_t *fmt, ...)
+int wprintf(const wchar_t *restrict fmt, ...)
 {
        int ret;
        va_list ap;