xiaoxiang781216 commented on a change in pull request #4627:
URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r719109893



##########
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:
       Yes. BTW, to follow the strict user/kernel separation, it's better to 
move all default signal handler to userspace side.




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