math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / stdio / fwprintf.c
index 26d9729..9ce4f01 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdarg.h>
 #include <wchar.h>
 
-int fwprintf(FILE *f, const wchar_t *fmt, ...)
+int fwprintf(FILE *restrict f, const wchar_t *restrict fmt, ...)
 {
        int ret;
        va_list ap;