diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-12-10 09:15:01 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-12-10 09:15:01 -0500 |
commit | 4f1972374a080e823c4ead7c0496827dfc013837 (patch) | |
tree | 3ce01c102f39ba54f1af942aa1cc266cbfdd7aab /ChangeLog | |
parent | eaea92f137762dd754fdf858a2cd600f15005884 (diff) | |
download | glibc-4f1972374a080e823c4ead7c0496827dfc013837.zip glibc-4f1972374a080e823c4ead7c0496827dfc013837.tar.gz glibc-4f1972374a080e823c4ead7c0496827dfc013837.tar.bz2 |
Fix use of restrict in wchar.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-12-10 Andreas Schwab <schwab@redhat.com> + + * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict. + * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset): + Remove __restrict. + (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy) + (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict. + 2010-12-09 Ulrich Drepper <drepper@gmail.com> [BZ #11655] |