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() を再度呼び出しますか?