wangchdo commented on code in PR #3265:
URL: https://github.com/apache/nuttx-apps/pull/3265#discussion_r2690301340


##########
testing/ostest/ostest_main.c:
##########
@@ -534,18 +536,22 @@ static int user_main(int argc, char *argv[])
       check_test_memory_usage();
 #endif
 
+#endif /* CONFIG_DISABLE_ALL_SIGNALS */
+
 #ifdef CONFIG_BUILD_FLAT
       printf("\nuser_main: wdog test\n");
       wdog_test();
       check_test_memory_usage();
 #endif
 
 #ifndef CONFIG_DISABLE_POSIX_TIMERS
+#ifdef CONFIG_ENABLE_ALL_SIGNALS

Review Comment:
   Done



##########
netutils/dhcpc/dhcpc.c:
##########
@@ -533,8 +533,16 @@ static void *dhcpc_run(void *args)
   struct dhcpc_state result;
   int ret;
 
+#ifdef CONFIG_DISABLE_ALL_SIGNALS

Review Comment:
   Done



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