made interrupted static again
This commit is contained in:
parent
087579ea51
commit
62e376b164
|
@ -174,7 +174,7 @@ intrcheck()
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
int interrupted;
|
static int interrupted;
|
||||||
|
|
||||||
/* ARGSUSED */
|
/* ARGSUSED */
|
||||||
static RETSIGTYPE
|
static RETSIGTYPE
|
||||||
|
|
Loading…
Reference in New Issue