anchao opened a new pull request, #12001:
URL: https://github.com/apache/nuttx/pull/12001

   ## Summary
   
   1. sched/mqueue: merge System-V message queue initialize into posix
   
   2. nuttx/mqueue: fix build break if disable posix message queue
   
   
   fix build break if enable CONFIG_DISABLE_MQUEUE:
   ```
   In file included from sched/mqueue/mqueue.h:38,
                    from group/group_leave.c:45:
   include/nuttx/mqueue.h:124:26: error: ‘CONFIG_FS_MQUEUE_NPOLLWAITERS’ 
undeclared here (not in a function); did you mean ‘CONFIG_SERIAL_NPOLLWAITERS’?
     124 |   FAR struct pollfd *fds[CONFIG_FS_MQUEUE_NPOLLWAITERS];
         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |                          CONFIG_SERIAL_NPOLLWAITERS
   
   ```
   Signed-off-by: chao an <[email protected]>
   
   
   ## Impact
   
   N/A
   
   ## Testing
   
   ci-check


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to