Files
mosh/third/libstddjb/skasig_dfl.c
T
Quentin Smith 77f3a9073f Import selfpipe code from skalibs 1.2.5
[andersk@mit.edu: Move code to new third/libstddjb directory]
2012-03-07 03:05:37 -05:00

8 lines
170 B
C

/* ISC license. */
#include <signal.h>
#include "sig.h"
struct skasigaction const SKASIG_DFL = { SIG_DFL, 0 } ;
struct skasigaction const SKASIG_IGN = { SIG_IGN, 0 } ;