Skip to content

Commit 339851e

Browse files
sribee8Sriya Pratipati
andauthored
[libc][obvious] Fixed wchar.yaml (llvm#142238)
Changed __restricted to __restrict for wmemcpy. Co-authored-by: Sriya Pratipati <[email protected]>
1 parent a080c74 commit 339851e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/include/wchar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ functions:
6969
- stdc
7070
return_type: wchar_t *
7171
arguments:
72-
- type: __restricted wchar_t *
73-
- type: const __ restricted wchar_t *
72+
- type: __restrict wchar_t *
73+
- type: const __restrict wchar_t *
7474
- type: size_t

0 commit comments

Comments
 (0)