File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/libc/posix/io/poll Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323#include "poll.h"
2424
2525
26- enum rt_poll_status
26+ enum rt_poll_status
2727{
2828 RT_POLL_STAT_INIT , /**< Poll operation initialization status. */
2929 RT_POLL_STAT_TRIG , /**< Poll operation triggered status. */
3030 RT_POLL_STAT_WAITING /**< Poll operation waiting status. */
3131};
3232
3333
34- struct rt_poll_table
34+ struct rt_poll_table
3535{
3636 rt_pollreq_t req ; /**< Poll request. */
3737 enum rt_poll_status status ; /**< Status of the poll operation. */
@@ -40,7 +40,7 @@ struct rt_poll_table
4040};
4141
4242
43- struct rt_poll_node
43+ struct rt_poll_node
4444{
4545 struct rt_wqueue_node wqn ; /**< Wait queue node for the poll node. */
4646 struct rt_poll_table * pt ; /**< Pointer to the parent poll table. */
You can’t perform that action at this time.
0 commit comments