mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 05:51:24 +08:00
[net][sal] Fix sys/time.h missing error when not enabled POSIX support
Signed-off-by: chenyong <1521761801@qq.com>
This commit is contained in:
parent
4de0533a51
commit
efdb51504c
@ -5,6 +5,7 @@ menu "Socket abstraction layer"
|
||||
config RT_USING_SAL
|
||||
bool "Enable socket abstraction layer"
|
||||
select RT_USING_NETDEV
|
||||
select RT_USING_LIBC
|
||||
select RT_USING_SYSTEM_WORKQUEUE
|
||||
default n
|
||||
|
||||
@ -36,7 +37,6 @@ config RT_USING_SAL
|
||||
bool "Enable BSD socket operated by file system API"
|
||||
default n
|
||||
select RT_USING_DFS
|
||||
select RT_USING_LIBC
|
||||
select RT_USING_POSIX
|
||||
help
|
||||
Let BSD socket operated by file system API, such as read/write and involveed in select/poll POSIX APIs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user