mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
fs/fdcheck: Let FDCHECK depend on SCHED_HAVE_PARENT
since the implementation of fdcheck call getppid Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
275db394bc
commit
14e5bcaf6e
@@ -71,6 +71,7 @@ config FDSAN
|
||||
config FDCHECK
|
||||
bool "Enable fdcheck"
|
||||
default n
|
||||
depends on SCHED_HAVE_PARENT
|
||||
---help---
|
||||
Enable the fdcheck support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user