os/signal: Factor call to sys::Sigaction into sys_sigaction internal helper
On MSVC we will need to use signal(2), because there is no sigaction, and sigaction will be partly emulated through that. Move signal setting code into common place as a preparatory step.
Showing
Please register or sign in to comment