Created
October 6, 2016 22:28
-
-
Save kiddkai/0d6c702141610f814486c28b0a7b4f24 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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