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/printf.c | |
| parent | 5618f72405ba7a6b9d960d494f9db670ba994b3f (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/printf.c')
| -rw-r--r-- | lib/libc/stdio/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index bd7d16c0bea5..1aa276783a13 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$"); #include <stdarg.h> int -printf(char const *fmt, ...) +printf(char const *__restrict fmt, ...) { int ret; va_list ap; |
