- fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.

This commit is contained in:
Bernhard Reutner-Fischer 2005-10-21 10:43:11 +00:00
parent 1f0262bcdb
commit 38d6615ed2

View File

@ -243,9 +243,12 @@ ms_rdelay(unsigned secs)
/**
* main program
*/
#ifdef NO_BUSYBOX
int
main(int argc, char *argv[])
__attribute__ ((weak, alias ("zcip_main")));
#endif
int zcip_main(int argc, char *argv[])
{