Remove fd_set, select, and pselect entirely for now.
fd_set isn't automatically copyable. While it will be possible to fix that, for now just remove these so that they don't block other changes.
Loading
Please register or sign in to comment
fd_set isn't automatically copyable. While it will be possible to fix that, for now just remove these so that they don't block other changes.