ucspi-tcp6
1.13.08
ucspi-tcp6
Loading...
Searching...
No Matches
ucspi-tcp6-1.13.08
src
trysgact.c
Go to the documentation of this file.
1
#include <signal.h>
2
3
int
main
()
4
{
5
struct
sigaction sa;
6
sa.sa_handler = 0;
7
sa.sa_flags = 0;
8
sigemptyset(&sa.sa_mask);
9
sigaction(0,&sa,(
struct
sigaction *) 0);
10
}
main
int main()
Definition:
trysgact.c:3
Generated on Wed Feb 18 2026 21:57:26 for ucspi-tcp6 by
1.9.6