[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:13:08 PST 2025


================
@@ -33,6 +33,10 @@ int atexit(void (*func)(void));
 
 } // namespace LIBC_NAMESPACE_DECL
 
+extern "C" {
----------------
lntue wrote:

it was inside an `extern "C"` block before so I kept it the same way when moving up.  Is it safe to remove `extern "C"` then?

https://github.com/llvm/llvm-project/pull/128426


More information about the libc-commits mailing list