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