Merge pull request #1667 from chenyong111/master

[net][sal] Remove SAL_USING_POSIX dependence for lwIP stack.
This commit is contained in:
Bernard Xiong 2018-07-26 15:28:18 +08:00 committed by GitHub
commit 7323916c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@
#error "POSIX poll/select, stdin need file system(RT_USING_DFS) and device file system(RT_USING_DFS_DEVFS)"
#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)
#error "POSIX layer need standard C library(RT_USING_LIBC)"
#endif