Skip to content
Snippets Groups Projects
Commit c4c17ace authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

A small cleanup in signal_init() function.

We don't have to reset struct sigaction
before every call to sigaction().

Use memset() to zero-initialize sigaction,
since there can be platform-specific memebers.
parent 0211312b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment