4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-04 14:14:33 +08:00
2022-07-04 10:20:04 +08:00

12 lines
206 B
Plaintext

menuconfig RTT_POSIX_TESTCASE_SYS_SHM_H
bool "<sys/shm.h>"
default n
if RTT_POSIX_TESTCASE_SYS_SELECT_H
config SELECT_H_SELECT
bool "<sys/select.h> -> select"
default n
endif