[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

@@ -48,7 +48,7 @@ static rt_err_t rtlink_dev_tx_done(rt_device_t dev, void *buffer)
#ifdef RT_USING_POSIX
#include <dfs_posix.h>
#include <poll.h>
#include <dfs_select.h>
#include <sys/select.h>
#define RTLINK01_PATH "/dev/rtlink01"
int fd = -1;