casaroli commented on code in PR #3673:
URL: https://github.com/apache/nuttx-apps/pull/3673#discussion_r3690500319


##########
testing/ltp/CMakeLists.txt:
##########
@@ -86,6 +86,12 @@ if(CONFIG_TESTING_LTP)
       list(APPEND BLACKWORDS "pthread_spin_init" "pthread_spin_destroy"
            "pthread_spin_trylock")
     endif()
+
+    # See testing/ltp/Makefile.
+
+    if(NOT CONFIG_ARCH_HAVE_FORK AND NOT CONFIG_FORK_IS_TASK_FORK)

Review Comment:
   it's config FORK_IS_TASK_FORK in arch/Kconfig in apache/nuttx#19562 — 
default n, depends on TASK_FORK && !ARCH_HAVE_FORK



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