You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
613 B

  1. From 6974bc35a5cda6eab748e364bd76a860ca66968b Mon Sep 17 00:00:00 2001
  2. From: zoulasc <christos@zoulas.com>
  3. Date: Sat, 11 Jan 2020 11:16:51 -0500
  4. Subject: [PATCH] Remove extra variable definition that cause -fno-common build
  5. to fail (Werner Fink)
  6. ---
  7. tc.sig.c | 1 -
  8. 1 file changed, 1 deletion(-)
  9. diff --git a/tc.sig.c b/tc.sig.c
  10. index 77659ca..576605a 100644
  11. --- a/tc.sig.c
  12. +++ b/tc.sig.c
  13. @@ -56,7 +56,6 @@ int alrmcatch_disabled; /* = 0; */
  14. int phup_disabled; /* = 0; */
  15. int pchild_disabled; /* = 0; */
  16. int pintr_disabled; /* = 0; */
  17. -int handle_interrupt; /* = 0; */
  18. int
  19. handle_pending_signals(void)