Files
mosh/third/libstddjb/nsig.h
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

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