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