[libc-commits] [libc] [libc] Fix alignment issue for HermeticTestUtils.cpp. (PR #128426)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sun Feb 23 09:13:55 PST 2025
================
@@ -33,6 +33,10 @@ int atexit(void (*func)(void));
} // namespace LIBC_NAMESPACE_DECL
+extern "C" {
----------------
jhuber6 wrote:
Should be.
https://github.com/llvm/llvm-project/pull/128426
More information about the libc-commits
mailing list