mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
3129c06390
Modify ARM64 architecture configuration to disable fork support in protected build mode (BUILD_PROTECTED). Update ARCH_HAVE_FORK condition from "!BUILD_KERNEL" to "!BUILD_KERNEL && !BUILD_PROTECTED", ensuring fork is only available in flat/monolithic builds, not in protected kernel builds. Signed-off-by: hujun5 <hujun5@xiaomi.com>