4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-27 00:37:22 +08:00
2022-07-04 10:20:04 +08:00

16 lines
283 B
Plaintext

menuconfig RTT_POSIX_TESTCASE_SYS_UIO_H
bool "<sys/shm.h>"
default n
if RTT_POSIX_TESTCASE_SYS_UIO_H
config UIO_H_READV
bool "<sys/statvfs.h> -> readv"
default n
config UIO_H_WRITEV
bool "<sys/statvfs.h> -> writev"
default n
endif