使用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
@@ -13,7 +13,7 @@
#include <lwp_mem.h>
#include <lwp_syscall.h>
#include <dfs_poll.h>
#include <poll.h>
#include <dfs_select.h>
#if (defined(RT_USING_SAL) && defined(SAL_USING_POSIX))