patacongo commented on PR #1683:
URL: https://github.com/apache/nuttx-apps/pull/1683#issuecomment-1484119256

   In the Kconfig files, when a signal number value is selectable, it should be 
limited by:
   
       range 32 63
   
   With nuttx PR 8885, we will have have RTSIG_MAX of 32 and (), SIGRTMIN=32 
and SIGRTMIN=63 which is in agreement with Linux.
   
   The signals 30 and 31 are reserved.  Linux does that to; it uses some hidden 
internal signals with each process so that the range of standard and real time 
signals has a small hole it too.


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