ezmlmx
0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlmx-0.68
src
trysgact.c
Go to the documentation of this file.
1
/* Public domain, from daemontools-0.76. */
2
3
#include <signal.h>
4
5
main
()
6
{
7
struct
sigaction sa;
8
sa.sa_handler = 0;
9
sa.sa_flags = 0;
10
sigemptyset(&sa.sa_mask);
11
sigaction(0,&sa,(
struct
sigaction *) 0);
12
}
main
main()
Definition
trysgact.c:5
Generated on
for ezmlmx by
1.14.0