linux手册指出:
The operation of select() and pselect() is identical, other than these
three differences:
(i) ...
(ii) select() may update the timeout argument to indicate how much time
was left. pselect() does not change this argument.
(iii) ...
它说你可以更新它,但我该怎么做?我再次调用 select(),使用相同的参数?