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.
This commit is contained in:
Kyle Evans 2020-03-28 14:58:03 +00:00
parent 6dbf9acb98
commit 03282ad80e
1 changed files with 0 additions and 1 deletions

View File

@ -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)