pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r878690698


##########
sched/task/exit.c:
##########
@@ -70,7 +68,7 @@ void _exit(int status)
  *
  ****************************************************************************/
 
-void exit(int status)
+void nx_exit(int status)

Review Comment:
   Ok, I'll add the patches that remove the kernel side callbacks to this PR. I 
agree the file stream handling should be in userland too, but that can be a 
separate PR. If you have a draft maybe you can then merge that on top of this?



-- 
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

Reply via email to