aboutsummaryrefslogtreecommitdiffstats
path: root/cad/cider/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'cad/cider/files/patch-ag')
-rw-r--r--cad/cider/files/patch-ag23
1 files changed, 23 insertions, 0 deletions
diff --git a/cad/cider/files/patch-ag b/cad/cider/files/patch-ag
new file mode 100644
index 000000000000..ad93c6ab991a
--- /dev/null
+++ b/cad/cider/files/patch-ag
@@ -0,0 +1,23 @@
+*** sim/spice/common/src/lib/fte/signal.c.orig Sat Jan 29 18:48:38 1994
+--- sim/spice/common/src/lib/fte/signal.c Sun Dec 12 14:56:46 1999
+***************
+*** 32,37 ****
+--- 32,39 ----
+ * is true.
+ */
+
++ /* not using SIGINT with GNU Readline - AV */
++ #ifndef HAS_GNUREADLINE
+ SIGNAL_TYPE
+ ft_sigintr()
+ {
+***************
+*** 58,63 ****
+--- 60,66 ----
+ cp_resetcontrol();
+ longjmp(jbuf, 1);
+ }
++ #endif /* !HAS_GNUREADLINE */
+
+ /* ARGSUSED */
+ SIGNAL_TYPE