Skip to content

Instantly share code, notes, and snippets.

@kiddkai
Created October 6, 2016 22:28
Show Gist options
  • Save kiddkai/0d6c702141610f814486c28b0a7b4f24 to your computer and use it in GitHub Desktop.
Save kiddkai/0d6c702141610f814486c28b0a7b4f24 to your computer and use it in GitHub Desktop.
struct sigaction {
union __sigaction_u __sigaction_u; /* signal handler */
sigset_t sa_mask; /* signal mask to apply */
int sa_flags; /* see signal options below */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment