pkarashchenko commented on code in PR #8867: URL: https://github.com/apache/nuttx/pull/8867#discussion_r1143855518
########## 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: Also I'm not sure if default sigactions should be updated to handle this value. Could you please advise? -- 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