提交 1d8636b7 编写于 作者: B bernard

[DFS] Code cleanup.

上级 cc9667b7
...@@ -222,7 +222,7 @@ int poll(struct pollfd *fds, nfds_t nfds, int timeout) ...@@ -222,7 +222,7 @@ int poll(struct pollfd *fds, nfds_t nfds, int timeout)
poll_table_init(&table); poll_table_init(&table);
num = poll_do(fds, nfds, &table, timeout); num = poll_do(fds, nfds, &table, timeout);
poll_teardown(&table); poll_teardown(&table);
return num; return num;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册