[libc标准化]脱敏dfs_select.h 由标准sys/select.h代替

This commit is contained in:
Meco Man
2021-09-22 16:45:21 -04:00
parent 894171952e
commit ee4b7916a3
6 changed files with 4 additions and 23 deletions

View File

@@ -16,7 +16,7 @@
#if defined (RT_USING_POSIX)
#include <dfs_posix.h>
#include <dfs_select.h>
#include <sys/select.h>
#if defined (RT_USING_POSIX_TERMIOS)
#include <termios.h>
#else