1 /* ISC license. */
2 
3 #include <signal.h>
4 #include <skalibs/sig.h>
5 
6 struct skasigaction const SKASIG_DFL = { SIG_DFL, 0 } ;
7 struct skasigaction const SKASIG_IGN = { SIG_IGN, 0 } ;
8