diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-03-28 14:58:03 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-03-28 14:58:03 +0000 |
commit | 03282ad80e8e2b0d9bdf8f38ef7a433249b99a11 (patch) | |
tree | 4809943983a2abae4e79fb0b6a97bcbd6c4acfcb | |
parent | 6dbf9acb98fdd3c3ca6d260fb38b23b78b33a47a (diff) |
Notes
-rw-r--r-- | tc.sig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tc.sig.c b/tc.sig.c index 77659ca3c7706..576605ad64a90 100644 --- a/tc.sig.c +++ b/tc.sig.c @@ -56,7 +56,6 @@ int alrmcatch_disabled; /* = 0; */ int phup_disabled; /* = 0; */ int pchild_disabled; /* = 0; */ int pintr_disabled; /* = 0; */ -int handle_interrupt; /* = 0; */ int handle_pending_signals(void) |