mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
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:
@@ -230,11 +230,7 @@ static void show_group_by_name(FAR const char *gname)
|
||||
* uid_main
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(BUILD_MODULE)
|
||||
int main(int argc, FAR char *argv[])
|
||||
#else
|
||||
int uid_main(int argc, char *argv[])
|
||||
#endif
|
||||
{
|
||||
if (argc < 2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user