Files
Jeff Bailey 2b0fde2809 [libc] Add noexcept to aligned_alloc declaration in full-build mode (#191236)
The extern "C" declaration of aligned_alloc in the proxy header lacked a
noexcept specifier, producing warnings when compiled as C++. Added a
__cplusplus guard so C++ gets noexcept while C compilation remains
unaffected.
2026-04-30 17:58:54 +01:00
..