summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fprintf.c')
-rw-r--r--lib/libc/stdio/fprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c
index 55ae1d5..4232cc7 100644
--- a/lib/libc/stdio/fprintf.c
+++ b/lib/libc/stdio/fprintf.c
@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
#include <stdarg.h>
int
-fprintf(FILE *fp, const char *fmt, ...)
+fprintf(FILE *__restrict fp, const char *__restrict fmt, ...)
{
int ret;
va_list ap;
OpenPOWER on IntegriCloud