diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-07 04:03:28 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-07 04:03:28 +0000 |
| commit | 9c261371ec47f7816494872a643102749cebefc3 (patch) | |
| tree | a279e2290fe85a207d939cd961e8e37ddb3a6aee /lib/libc/string/wcsncat.c | |
| parent | c58bfeb53b9121271d8c3be6d018e1e181c300fa (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/wcsncat.c')
| -rw-r--r-- | lib/libc/string/wcsncat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index 11e0281c6b3d..d10278892847 100644 --- a/lib/libc/string/wcsncat.c +++ b/lib/libc/string/wcsncat.c @@ -39,8 +39,8 @@ __FBSDID("$FreeBSD$"); wchar_t * wcsncat(s1, s2, n) - wchar_t *s1; - const wchar_t *s2; + wchar_t * __restrict s1; + const wchar_t * __restrict s2; size_t n; { wchar_t *p; |
