xiaoxiang781216 commented on code in PR #8206: URL: https://github.com/apache/nuttx/pull/8206#discussion_r1085142515
########## libs/libc/stdlib/lib_exit.c: ########## @@ -46,22 +46,33 @@ FAR void *__dso_handle = &__dso_handle; * Public Functions ****************************************************************************/ -void exit(int status) +void _Exit(int status) Review Comment: You are right. the description in https://en.cppreference.com/w/c/program/_Exit isn't accuracy. The change is reverted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
