no1wudi commented on a change in pull request #4627: URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r719106603
########## File path: include/signal.h ########## @@ -234,6 +234,14 @@ # endif #endif +/* SIGEXIT is to trigger atext/on_exit logic */ + +#ifndef CONFIG_SIG_SIGEXIT +# define SIGEXIT 18 Review comment: Did you mean move default SIGKILL to user space, and redirect all task exit request to 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