From 03282ad80e8e2b0d9bdf8f38ef7a433249b99a11 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sat, 28 Mar 2020 14:58:03 +0000 Subject: [PATCH] tcsh: import 6974bc35a5cd This removes an extra variable definition that causes the -fno-common build to fail, which will be a new default in GCC10/LLVM11. --- tc.sig.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tc.sig.c b/tc.sig.c index 77659ca3c770..576605ad64a9 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)