You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pkarashchenko (via GitHub)" <gi...@apache.org> on 2023/03/25 17:11:22 UTC

[GitHub] [nuttx] pkarashchenko commented on pull request #8885: Increase the number of real time signals. Two is not enough.

pkarashchenko commented on PR #8885:
URL: https://github.com/apache/nuttx/pull/8885#issuecomment-1483873118

   Two main things that I see a blocker from merging:
   1. Take POSIX values from the spec
   ```
   #define _POSIX_RTSIG_MAX 8
   #define _POSIX_SIGQUEUE_MAX 32
   ...
   #define RTSIG_MAX 32
   ```
   2. Fix `#else /* __INCLUDE_SIGNAL_H */` path in `signal.h` by added definition of `_SIGSET_NELEM`
   


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