1menuconfig RTT_POSIX_TESTCASE_UNISTD_H 2 bool "<unistd.h>" 3 default n 4 5if RTT_POSIX_TESTCASE_UNISTD_H 6 7 config UNISTD_H_ACCESS 8 bool "<unistd.h> -> access" 9 default n 10 config UNISTD_H_CHDIR 11 bool "<unistd.h> -> chdir" 12 default n 13 14 config UNISTD_H_FTRUNCATE 15 bool "<unistd.h> -> ftruncate" 16 default n 17 config UNISTD_H_ISATTY 18 bool "<unistd.h> -> isatty" 19 default n 20 21 config UNISTD_H_FSYNC 22 bool "<unistd.h> -> fsync" 23 default n 24 config UNISTD_H_RMDIR 25 bool "<unistd.h> -> rmdir" 26 default n 27endif 28