pkarashchenko commented on code in PR #8885: URL: https://github.com/apache/nuttx/pull/8885#discussion_r1147982846
########## include/limits.h: ########## @@ -146,8 +146,8 @@ /* Required for sigqueue */ -#define _POSIX_RTSIG_MAX 2 /* Number of reserved realtime signals */ -#define _POSIX_SIGQUEUE_MAX 32 +#define _POSIX_RTSIG_MAX 32 /* Number of reserved realtime signals */ Review Comment: And the same for siqueue max value. It is cheap to do, but can eliminate interpretation discussions. -- 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