Move generic start code and memset into arch/generic.h
This commit is contained in:
10
buildtest.c
10
buildtest.c
@@ -60,13 +60,3 @@ int main() {
|
||||
|
||||
return 69;
|
||||
}
|
||||
|
||||
void __libc_start_main() {exit(main());}
|
||||
|
||||
void _start() {
|
||||
__libc_start_main();
|
||||
}
|
||||
|
||||
void __start() {
|
||||
_start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user