Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.

This commit is contained in:
Xiang Xiao
2019-10-06 06:14:39 -06:00
committed by Gregory Nutt
parent ab7c5a7d4e
commit e806097c70
550 changed files with 664 additions and 2928 deletions

View File

@@ -72,11 +72,7 @@ static struct cdcacm_state_s g_cdcacm;
*
****************************************************************************/
#ifdef BUILD_MODULE
int main(int argc, FAR char *argv[])
#else
int sercon_main(int argc, char *argv[])
#endif
{
struct boardioc_usbdev_ctrl_s ctrl;
int ret;
@@ -125,11 +121,7 @@ int sercon_main(int argc, char *argv[])
* device.
****************************************************************************/
#ifdef BUILD_MODULE
int main(int argc, FAR char **argv)
#else
int serdis_main(int argc, char *argv[])
#endif
{
struct boardioc_usbdev_ctrl_s ctrl;