rpm  4.12.90
sig.c
Go to the documentation of this file.
1 #include <signal.h>
2 #include <stdio.h>
3 
4 int main(int argc, char *argv[])
5 {
6  sigset_t sigs;
7  printf("%s sigset size %zd\n", __func__, sizeof(sigs));
8  return 0;
9 }
int main(int argc, char *argv[])
Definition: sig.c:4