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