Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account for the different signal handler types. #241

Closed
wants to merge 2 commits into from
Closed

Account for the different signal handler types. #241

wants to merge 2 commits into from

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    2aa5e77 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Handle SA_SIGINFO flag in the constructor.

    If someone creates so many SigAction structs, that a few extra
    instructions per object creation create a performance problem,
    we could still provide an unsafe variant, that let's the user take
    care of the flag.
    fiveop committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    599e6e2 View commit details
    Browse the repository at this point in the history