NSIG --> _NSIG

This commit is contained in:
ceriel 1991-09-19 10:38:40 +00:00
parent bb17a417dc
commit 529cb1a5e2

View file

@ -1,6 +1,10 @@
#include <signal.h>
#include <setjmp.h>
#ifndef NSIG
#define NSIG _NSIG
#endif
/* $Header$ */
/* Trap handling */