Files
luban-lite-t3e-pro/kernel/rt-thread/examples/utest/testcases/posix/signal_h/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

24 lines
456 B
Plaintext

menuconfig RTT_POSIX_TESTCASE_SIGNAL_H
bool "<signal.h>"
default n
if RTT_POSIX_TESTCASE_SIGNAL_H
config SIGNAL_H_SIGACTION
bool "<signal.h> -> sigaction"
default n
config SIGNAL_H_SIGPROCMASK
bool "<signal.h> -> sigprocmask"
default n
config SIGNAL_H_RAISE
bool "<signal.h> -> raise"
default n
config SIGNAL_H_SIGNAL
bool "<signal.h> -> signal"
default n
endif