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