From 339851e1402eb9d86c0c88f8cd0f5e711ceec578 Mon Sep 17 00:00:00 2001 From: sribee8 <145801438+sribee8@users.noreply.github.com> Date: Fri, 30 May 2025 23:41:11 +0000 Subject: [PATCH] [libc][obvious] Fixed wchar.yaml (#142238) Changed __restricted to __restrict for wmemcpy. Co-authored-by: Sriya Pratipati --- libc/include/wchar.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/include/wchar.yaml b/libc/include/wchar.yaml index bd9105f69222..bfd9a1034201 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