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