diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-15 09:47:10 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-15 09:47:10 +0000 |
| commit | 71a00a449fdf93f68bc8357bb412ff94b653e30d (patch) | |
| tree | 93309c791a798a5bcab0fbe9d6f7ff2aaf3301e6 /lib/libc/stdio/fprintf.c | |
| parent | 5618f72405ba7a6b9d960d494f9db670ba994b3f (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/fprintf.c')
| -rw-r--r-- | lib/libc/stdio/fprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index 55ae1d5daef4..4232cc70e004 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; |
