You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/29 11:51:07 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

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



##########
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:
       should we use SIGKILL for 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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org