mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-25 13:16:03 +08:00
[DFS] Code cleanup.
This commit is contained in:
@@ -222,7 +222,7 @@ int poll(struct pollfd *fds, nfds_t nfds, int timeout)
|
||||
poll_table_init(&table);
|
||||
|
||||
num = poll_do(fds, nfds, &table, timeout);
|
||||
|
||||
|
||||
poll_teardown(&table);
|
||||
|
||||
return num;
|
||||
|
||||
Reference in New Issue
Block a user