File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2006-2021, RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ */
9+
10+ #ifndef DFS_POLL_H__
11+ #define DFS_POLL_H__
12+
13+ #include <poll.h>
14+
15+ #warning "This file will be obsolete in the next version! Please use <poll.h> to instead."
16+
17+ #endif /* DFS_POLL_H__ */
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2006-2021, RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ */
9+
10+ #ifndef DFS_SELECT_H__
11+ #define DFS_SELECT_H__
12+
13+ #include <sys/select.h>
14+
15+ #warning "This file will be obsolete in the next version! Please use <sys/select.h> to instead."
16+
17+ #endif
You can’t perform that action at this time.
0 commit comments