[libc-commits] [libc] [libc][NFC] Add the missing angle bracket in `wchar.h` (PR #131161)
Connector Switch via libc-commits
libc-commits at lists.llvm.org
Thu Mar 13 08:49:58 PDT 2025
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/131161
None
>From be5ae3c67c608d10c893be87b2f59ac2b259dd81 Mon Sep 17 00:00:00 2001
From: Connector Switch <c8ef at outlook.com>
Date: Thu, 13 Mar 2025 23:48:29 +0800
Subject: [PATCH] Update wchar_overlay.h
---
libc/hdr/wchar_overlay.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libc/hdr/wchar_overlay.h b/libc/hdr/wchar_overlay.h
index 99a70899779e7..52d3a0cc65963 100644
--- a/libc/hdr/wchar_overlay.h
+++ b/libc/hdr/wchar_overlay.h
@@ -15,7 +15,7 @@
// Overlay mode
-// glibc <wchar.h header might provide extern inline definitions for few
+// glibc <wchar.h> header might provide extern inline definitions for few
// functions, causing external alias errors. They are guarded by
// `__USE_EXTERN_INLINES` macro. We temporarily disable `__USE_EXTERN_INLINES`
// macro by defining `__NO_INLINE__` before including <wchar.h>.
More information about the libc-commits
mailing list