tcsh/tcsh-6.19.00-006-_SIGWINCH-added.patch
David Kaspar [Dee'Kej] 6d81d4664b tcsh-6.19.00-006-_SIGWINCH-added.patch added
> Added _SIGWINCH
2016-05-03 17:11:23 +02:00

26 lines
951 B
Diff

From bf5d07281bfb936eb9d52fc3ec1ff50dd883f934 Mon Sep 17 00:00:00 2001
From: christos <christos>
Date: Thu, 28 May 2015 14:04:09 +0000
Subject: [PATCH] Added _SIGWINCH
---
tc.const.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tc.const.c b/tc.const.c
index 9f658d7..f4969ff 100644
--- a/tc.const.c
+++ b/tc.const.c
@@ -453,7 +453,7 @@ Char STRLC_MONETARY[] = { 'L', 'C', '_', 'M', 'O', 'N', 'E', 'T', 'A',
'R', 'Y', '\0' };
Char STRNOREBIND[] = { 'N', 'O', 'R', 'E', 'B', 'I', 'N', 'D', '\0' };
-#if defined(SIG_WINDOW) || defined(SIGWINCH) || defined(SIGWINDOW) || defined (_VMS_POSIX)
+#if defined(SIG_WINDOW) || defined(SIGWINCH) || defined(SIGWINDOW) || defined (_VMS_POSIX) || defined(_SIGWINCH)
/* atp - problem with declaration of str{lines,columns} in sh.func.c (1277) */
Char STRLINES[] = { 'L', 'I', 'N', 'E', 'S', '\0'};
Char STRCOLUMNS[] = { 'C', 'O', 'L', 'U', 'M', 'N', 'S', '\0'};
--
2.5.5