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