[libc][NFC] Add the missing angle bracket in wchar.h (#131161)

This commit is contained in:
Connector Switch 2025-03-14 11:14:52 +08:00 committed by GitHub
parent 910514c6ab
commit bde2636fb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>.