77f3a9073f
[andersk@mit.edu: Move code to new third/libstddjb directory]
8 lines
170 B
C
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 } ;
|