使用poll.h代替dfs_poll.h

This commit is contained in:
Meco Man
2021-09-11 11:56:54 -04:00
parent 92c62a8fab
commit c360688714
13 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#ifdef RT_USING_POSIX
#include <dfs_file.h>
#include <dfs_posix.h>
#include <dfs_poll.h>
#include <poll.h>
#include <sys/ioctl.h>
static int pipe_fops_open(struct dfs_fd *fd)