ucspi-tcp6
1.13.02
ucspi-tcp6
Loading...
Searching...
No Matches
ucspi-tcp6-1.13.02
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 Mon Sep 23 2024 11:33:28 for ucspi-tcp6 by
1.9.6