aboutsummaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-09-07 03:38:13 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-09-07 03:38:13 +0000
commitc58bfeb53b9121271d8c3be6d018e1e181c300fa (patch)
treeedbbac6bcd7f3a050b20a3253bff9a7b558ffdaa /include/wchar.h
parent91bd11ad844eb7f39609ffc58b25e693b82ce51f (diff)
Notes
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h
index bfb272067525..b49191e4f04e 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -144,7 +144,7 @@ wchar_t *wcsrchr(const wchar_t *, wchar_t);
size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
mbstate_t * __restrict);
size_t wcsspn(const wchar_t *, const wchar_t *);
-wchar_t *wcsstr(const wchar_t *, const wchar_t *);
+wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict);
int wctob(wint_t);
wchar_t *wmemchr(const wchar_t *, wchar_t, size_t);
int wmemcmp(const wchar_t *, const wchar_t *, size_t);