[libc][obvious] Fixed wchar.yaml (#142238)

Changed __restricted to __restrict for wmemcpy.

Co-authored-by: Sriya Pratipati <sriyap@google.com>
This commit is contained in:
sribee8
2025-05-30 23:41:11 +00:00
committed by GitHub
parent a080c741bc
commit 339851e140

View File

@@ -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