xiaoxiang781216 commented on code in PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r878683067
########## sched/task/exit.c: ########## @@ -108,3 +106,8 @@ void exit(int status) _exit(status); } + +void exit(int status) Review Comment: > And btw, the NuttX kernel also calls exit(), so we do really need to define exit() somehow to the kernel. This is one way to do it. Keep in mind that lib_exit.c is not yet compiled. Let's compile it? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org