add startup abi functions, dummy for now. eventually needed for c++ support.
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
#include "libc.h"
|
||||
|
||||
void __libc_csu_fini()
|
||||
{
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
#include "libc.h"
|
||||
|
||||
void __libc_csu_init(int argc, char **argv, char **envp)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user