xiaoxiang781216 commented on code in PR #8867:
URL: https://github.com/apache/nuttx/pull/8867#discussion_r1144969071


##########
sched/Kconfig:
##########
@@ -1647,6 +1647,13 @@ config SIG_POLL
                The SIGPOLL signal is sent to a process when an asynchronous I/O
                event occurs (meaning it has been polled).
 
+config SIG_SYS
+       int "SIGSYS"
+       default 30

Review Comment:
   > I was thinking about that, but then we need to set `SIGWORK` default to 30 
and I was thinking to keep its existing value.
   
   since SIGWORK will be removed in the next patch, it's better to change it's 
value now.
   
   > Also I'm not sure if default sigactions should be updated to handle this 
value. Could you please advise?
   
   From https://www.man7.org/linux/man-pages/man7/signal.7.html, SIGSYS require 
terminate the process.



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