summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcsstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcsstr.c')
-rw-r--r--lib/libc/string/wcsstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c
index 546ae9b..8d37979 100644
--- a/lib/libc/string/wcsstr.c
+++ b/lib/libc/string/wcsstr.c
@@ -39,8 +39,8 @@ __FBSDID("$FreeBSD$");
wchar_t *
wcsstr(big, little)
- const wchar_t *big;
- const wchar_t *little;
+ const wchar_t * __restrict big;
+ const wchar_t * __restrict little;
{
const wchar_t *p;
const wchar_t *q;
OpenPOWER on IntegriCloud