diff --git a/libc/include/wchar.yaml b/libc/include/wchar.yaml index bd9105f69222c..bfd9a10342019 100644 --- a/libc/include/wchar.yaml +++ b/libc/include/wchar.yaml @@ -69,6 +69,6 @@ functions: - stdc return_type: wchar_t * arguments: - - type: __restricted wchar_t * - - type: const __ restricted wchar_t * + - type: __restrict wchar_t * + - type: const __restrict wchar_t * - type: size_t