mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 19:19:18 +08:00
[net][sal] Remove SAL_USING_POSIX dependence for lwIP stack.
This commit is contained in:
parent
4468c4ebff
commit
a862619490
@ -29,10 +29,6 @@
|
|||||||
#error "POSIX poll/select, stdin need file system(RT_USING_DFS) and device file system(RT_USING_DFS_DEVFS)"
|
#error "POSIX poll/select, stdin need file system(RT_USING_DFS) and device file system(RT_USING_DFS_DEVFS)"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(RT_USING_LWIP) && !defined(SAL_USING_POSIX)
|
|
||||||
#error "POSIX poll/select, stdin need file BSD socket API(SAL_USING_POSIX)"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(RT_USING_LIBC)
|
#if !defined(RT_USING_LIBC)
|
||||||
#error "POSIX layer need standard C library(RT_USING_LIBC)"
|
#error "POSIX layer need standard C library(RT_USING_LIBC)"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user