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 513bd27 commit 9219922Copy full SHA for 9219922
tools/include/nolibc/crt.h
@@ -13,6 +13,7 @@ const unsigned long *_auxv __attribute__((weak));
13
static void __stack_chk_init(void);
14
static void exit(int);
15
16
+__attribute__((weak))
17
void _start_c(long *sp)
18
{
19
long argc;
0 commit comments