This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a9b64df4b493f492288a978810a05ce015a52b90 Author: dongjiuzhu1 <dongjiuz...@xiaomi.com> AuthorDate: Thu Apr 17 20:57:02 2025 +0800 Revert "fs/fdcheck: Let FDCHECK depend on SCHED_HAVE_PARENT" This reverts commit 14e5bcaf6e6bd2c1c66c2055447139bb3e900fe7. Signed-off-by: dongjiuzhu1 <dongjiuz...@xiaomi.com> --- libs/libc/misc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/libc/misc/Kconfig b/libs/libc/misc/Kconfig index bf47b07abb..4a998e8cd9 100644 --- a/libs/libc/misc/Kconfig +++ b/libs/libc/misc/Kconfig @@ -77,7 +77,6 @@ config FDSAN config FDCHECK bool "Enable fdcheck" default n - depends on SCHED_HAVE_PARENT ---help--- Enable the fdcheck support