mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
__main and __gccmain are no longer required, so eliminate them.
Submitted by: jmallet@
This commit is contained in:
parent
683d4eac76
commit
800b5ba27d
1 changed files with 0 additions and 3 deletions
|
|
@ -66,9 +66,6 @@ extern int etext;
|
|||
char **environ;
|
||||
const char *__progname = "";
|
||||
|
||||
void __gccmain(void) {}
|
||||
void __main(void) {}
|
||||
|
||||
/* The entry function. */
|
||||
void
|
||||
__start(char **ap,
|
||||
|
|
|
|||
Loading…
Reference in a new issue