mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 03:18:54 +00:00
24 lines
456 B
Plaintext
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
|