mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user