[DFS] Code cleanup.

This commit is contained in:
bernard
2017-10-25 18:42:06 +08:00
parent cc9667b7a9
commit 1d8636b7f4
+1 -1
View File
@@ -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;