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