xiaoxiang781216 commented on code in PR #14830:
URL: https://github.com/apache/nuttx/pull/14830#discussion_r1845747879


##########
sched/mqueue/mq_initialize.c:
##########
@@ -49,12 +49,11 @@
 
 struct msgpool_s
 {
-#ifndef CONFIG_DISABLE_MQUEUE
+#ifdef CONFIG_DISABLE_MQUEUE_SYSV

Review Comment:
   if so, why we need change the source code



##########
sched/Kconfig:
##########
@@ -36,7 +36,7 @@ config DISABLE_MQUEUE
 
 config DISABLE_MQUEUE_SYSV
        bool "Disable System V message queue support"
-       default DISABLE_MQUEUE
+       default y

Review Comment:
   why need change the default setting



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