Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK #1962

Merged
merged 1 commit into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK

    Summary:
    
    - Resolves an issue where `vfork_test` was not executed following
      the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK,
      as detailed in apache/nuttx#9755.
    
    Impact:
    - Please merge apache/nuttx#11200 before
      merging this PR.
    
    Testing:
    - Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp.
    
    Signed-off-by: Masayuki Ishikawa <[email protected]>
    masayuki2009 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    31f1c00 View commit details
    Browse the repository at this point in the history