mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-16 15:01:21 +08:00
[libc标准化]脱敏dfs_select.h 由标准sys/select.h代替
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user