We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b2a30 commit c1ed55eCopy full SHA for c1ed55e
1 file changed
software/runtime/kmp/main_wrapper.cpp
@@ -6,8 +6,8 @@ extern "C" {
6
7
// https://etherealwake.com/2021/09/crt-startup/
8
typedef void (*init_func)(void);
9
-extern init_func *__init_array_start;
10
-extern init_func *__init_array_end;
+extern init_func __init_array_start[];
+extern init_func __init_array_end[];
11
12
static inline void initGlobals() {
13
//NOLINTNEXTLINE(*-narrowing-conversions)
0 commit comments