77f3a9073f
[andersk@mit.edu: Move code to new third/libstddjb directory]
14 lines
137 B
C
14 lines
137 B
C
/* ISC license. */
|
|
|
|
#ifndef NSIG_H
|
|
|
|
#include <signal.h>
|
|
|
|
#define SKALIBS_NSIG 64
|
|
|
|
#ifndef NSIG
|
|
# define NSIG SKALIBS_NSIG
|
|
#endif
|
|
|
|
#endif
|