增加RT_USING_POSIX_FS

This commit is contained in:
Meco Man
2021-11-29 00:53:46 -05:00
parent 4e9744c0ac
commit 7973ede5a8
9 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ config RT_USING_SAL
config SAL_USING_POSIX
bool "Enable BSD socket operated by file system API"
default n
select RT_USING_POSIX
select RT_USING_POSIX_FS
select RT_USING_POSIX_SELECT
help
Let BSD socket operated by file system API, such as read/write and involveed in select/poll POSIX APIs.