__main and __gccmain are no longer required, so eliminate them.

Submitted by:	jmallet@
This commit is contained in:
Warner Losh 2010-03-03 21:54:49 +00:00
parent 683d4eac76
commit 800b5ba27d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204673

View File

@ -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,