mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
libs/fdcheck: add dependency LIBC_OPEN_MAX <= 256
The maximum of file desciptor is 255 for current fdcheck design Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
a9b64df4b4
commit
c0819324df
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ config FDSAN
|
|||
config FDCHECK
|
||||
bool "Enable fdcheck"
|
||||
default n
|
||||
depends on LIBC_OPEN_MAX <= 256
|
||||
---help---
|
||||
Enable the fdcheck support
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue