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


##########
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:
   This is a retro compatibility flag disabled by default. It is available to 
alias `fork()` to `task_fork()` in non MMU systems, in case someone depends on 
the exact current NuttX behavior without needing to update their program source 
code.



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