replace all remaining internal uses of pthread_self with __pthread_self
[oweals/musl.git] / src / stdio / printf.c
index 7b7c329fabdf0c42527adb873b33baa91a6777f6..cebfe404fb97d465545020a76ba9b928cfcbb15a 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-int printf(const char *fmt, ...)
+int printf(const char *restrict fmt, ...)
 {
        int ret;
        va_list ap;