[libc-commits] [libc] [libc][NFC] Add the missing angle bracket in `wchar.h` (PR #131161)
via libc-commits
libc-commits at lists.llvm.org
Thu Mar 13 08:50:40 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Connector Switch (c8ef)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/131161.diff
1 Files Affected:
- (modified) libc/hdr/wchar_overlay.h (+1-1)
``````````diff
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>.
``````````
</details>
https://github.com/llvm/llvm-project/pull/131161
More information about the libc-commits
mailing list